Changeset 1183 in vbox for trunk/src/VBox/HostDrivers/Support/linux/Makefile
- Timestamp:
- Mar 4, 2007 7:35:06 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r987 r1183 66 66 67 67 # kernel base directory 68 ifndef $(KERN_DIR)68 ifndef KERN_DIR 69 69 KERN_DIR := /lib/modules/$(shell uname -r)/build 70 70 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) … … 82 82 83 83 # includes 84 ifndef $(KERN_INCL)84 ifndef KERN_INCL 85 85 KERN_INCL = $(KERN_DIR)/include 86 86 endif
Note:
See TracChangeset
for help on using the changeset viewer.