Changeset 375 in vbox for trunk/src/VBox/HostDrivers/Support/linux/Makefile
- Timestamp:
- Jan 26, 2007 7:18:45 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17943
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r345 r375 83 83 ifndef $(KERN_INCL) 84 84 KERN_INCL = $(KERN_DIR)/include 85 # Instead of sticking to the standards, OpenSUSE 10.2 only puts a few include 86 # files in /lib/modules/$(uname -r)/build/include, and puts the rest in 87 # /lib/modules/$(uname -r)/source/include, which points into the kernel sources 88 EXTRA_INCL = -I/lib/modules/$(shell uname -r)/source/include 85 89 $(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.) 86 90 endif … … 114 118 # 115 119 ifndef INCL 116 INCL := -I$(KERN_INCL) 120 INCL := -I$(KERN_INCL) -I$(EXTRA_INCL) 117 121 ifndef KBUILD_EXTMOD 118 122 KBUILD_EXTMOD := $(shell pwd)
Note:
See TracChangeset
for help on using the changeset viewer.