Changeset 411 in vbox for trunk/src/VBox/Additions/linux/module
- Timestamp:
- Jan 29, 2007 10:51:57 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17983
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.module
r375 r411 49 49 # files in /lib/modules/$(uname -r)/build/include, and puts the rest in 50 50 # /lib/modules/$(uname -r)/source/include, which points into the kernel sources 51 EXTRA_INCL = -I/lib/modules/$(shell uname -r)/source/include51 EXTRA_INCL = /lib/modules/$(shell uname -r)/source/include 52 52 else 53 53 KERN_INCL = /usr/src/linux/include … … 88 88 # 89 89 ifndef INCL 90 INCL := -I$(KERN_INCL) -I$(EXTRA_INCL)90 INCL := -I$(KERN_INCL) $(addprefix -I, $(EXTRA_INCL)) 91 91 ifndef KBUILD_EXTMOD 92 92 KBUILD_EXTMOD := $(shell pwd)
Note:
See TracChangeset
for help on using the changeset viewer.