- Timestamp:
- Feb 19, 2007 10:03:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r411 r970 84 84 ifndef $(KERN_INCL) 85 85 KERN_INCL = $(KERN_DIR)/include 86 # Instead of sticking to the standards, OpenSUSE 10.2 only puts a few include87 # files in /lib/modules/$(uname -r)/build/include, and puts the rest in88 # /lib/modules/$(uname -r)/source/include, which points into the kernel sources89 EXTRA_INCL = /lib/modules/$(shell uname -r)/source/include90 $(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 86 endif 92 87 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes) … … 100 95 MODULE_DIR := $(MODULE_DIR_TST)/misc 101 96 else 102 $(error Error: could not find the module directory for your current Linux kernel)97 $(error Unable to find the folder to install the support driver to) 103 98 endif 104 99 endif # MODULE_DIR unspecified … … 183 178 for f in . linux r0drv r0drv/linux; do rm -f $$f/*.o $$f/.*.cmd $$f/.*.flags; done 184 179 rm -rf .vboxdrv* .tmp_ver* vboxdrv.* Module.symvers Modules.symvers 185
Note:
See TracChangeset
for help on using the changeset viewer.