Changeset 1183 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 4, 2007 7:35:06 PM (18 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.