Changeset 1183 in vbox
- Timestamp:
- Mar 4, 2007 7:35:06 PM (18 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/Makefile.module
r971 r1183 39 39 40 40 # kernel base directory 41 ifndef $(KERN_DIR)41 ifndef KERN_DIR 42 42 KERN_DIR := /lib/modules/$(shell uname -r)/build 43 43 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) … … 55 55 56 56 # includes 57 ifndef $(KERN_INCL)57 ifndef KERN_INCL 58 58 KERN_INCL = $(KERN_DIR)/include 59 59 endif -
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.