Changeset 411 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Jan 29, 2007 10:51:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r389 r411 87 87 # files in /lib/modules/$(uname -r)/build/include, and puts the rest in 88 88 # /lib/modules/$(uname -r)/source/include, which points into the kernel sources 89 EXTRA_INCL = -I/lib/modules/$(shell uname -r)/source/include89 EXTRA_INCL = /lib/modules/$(shell uname -r)/source/include 90 90 $(info Info: using $(KERN_INCL) as the include directory of your Linux kernel. If this is not correct, specify KERN_INCL=<directory> and run Make again.) 91 91 endif … … 119 119 # 120 120 ifndef INCL 121 INCL := -I$(KERN_INCL) -I$(EXTRA_INCL)121 INCL := -I$(KERN_INCL) $(addprefix -I, $(EXTRA_INCL)) 122 122 ifndef KBUILD_EXTMOD 123 123 KBUILD_EXTMOD := $(shell pwd)
Note:
See TracChangeset
for help on using the changeset viewer.