Searched defs:KERN_DIR (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/linux/ |
H A D | Makefile | 179 ifndef KERN_DIR 181 KERN_DIR := /lib/modules/$(shell uname -r)/build macro 182 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 183 KERN_DIR := /usr/src/linux macro 184 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 186 Specify KERN_DIR=<directory> and run Make again) 190 KERN_DIR=<directory> and run Make again.) 193 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 194 $(error Error: KERN_DIR does not point to a directory) 200 KERN_INCL = $(KERN_DIR)/includ 313 KERN_DIR := /lib/modules/$(shell uname -r)/build macro 315 KERN_DIR := /usr/src/linux macro [all...] |
/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/ |
H A D | Makefile | 84 ifndef KERN_DIR 86 KERN_DIR := /lib/modules/$(shell uname -r)/build macro 87 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 88 KERN_DIR := /usr/src/linux macro 89 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 91 Specify KERN_DIR=<directory> and run Make again) 95 KERN_DIR=<directory> and run Make again.) 98 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 99 $(error Error: KERN_DIR does not point to a directory) 105 KERN_INCL = $(KERN_DIR)/includ 216 KERN_DIR := /lib/modules/$(shell uname -r)/build macro 218 KERN_DIR := /usr/src/linux macro [all...] |
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/ |
H A D | Makefile | 88 ifndef KERN_DIR 90 KERN_DIR := /lib/modules/$(shell uname -r)/build macro 91 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 92 KERN_DIR := /usr/src/linux macro 93 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 95 Specify KERN_DIR=<directory> and run Make again) 99 KERN_DIR=<directory> and run Make again.) 102 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 103 $(error Error: KERN_DIR does not point to a directory) 109 KERN_INCL = $(KERN_DIR)/includ 220 KERN_DIR := /lib/modules/$(shell uname -r)/build macro 222 KERN_DIR := /usr/src/linux macro [all...] |
/vbox/src/VBox/HostDrivers/VBoxPci/linux/ |
H A D | Makefile | 88 ifndef KERN_DIR 90 KERN_DIR := /lib/modules/$(shell uname -r)/build macro 91 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 92 KERN_DIR := /usr/src/linux macro 93 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 95 Specify KERN_DIR=<directory> and run Make again) 99 KERN_DIR=<directory> and run Make again.) 102 ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) 103 $(error Error: KERN_DIR does not point to a directory) 109 KERN_INCL = $(KERN_DIR)/includ 218 KERN_DIR := /lib/modules/$(shell uname -r)/build macro 220 KERN_DIR := /usr/src/linux macro [all...] |
Completed in 66 milliseconds