Searched refs:KERN_INCL (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/
H A DMakefile104 ifndef KERN_INCL
105 KERN_INCL = $(KERN_DIR)/include macro
107 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes)
109 kernel. Specify KERN_INCL=<directory> and run Make again)
135 $(warning dbg: KERN_INCL = $(KERN_INCL))
145 INCL := $(addprefix -I,$(KERN_INCL) $(EXTRA_INCL))
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DMakefile108 ifndef KERN_INCL
109 KERN_INCL = $(KERN_DIR)/include macro
111 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes)
113 kernel. Specify KERN_INCL=<directory> and run Make again)
139 $(warning dbg: KERN_INCL = $(KERN_INCL))
149 INCL := $(addprefix -I,$(KERN_INCL) $(EXTRA_INCL))
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DMakefile108 ifndef KERN_INCL
109 KERN_INCL = $(KERN_DIR)/include macro
111 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes)
113 kernel. Specify KERN_INCL=<directory> and run Make again)
139 $(warning dbg: KERN_INCL = $(KERN_INCL))
149 INCL := $(addprefix -I,$(KERN_INCL) $(EXTRA_INCL))
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile199 ifndef KERN_INCL
200 KERN_INCL = $(KERN_DIR)/include macro
202 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes)
204 kernel. Specify KERN_INCL=<directory> and run Make again)
230 $(warning dbg: KERN_INCL = $(KERN_INCL))
240 INCL := $(addprefix -I,$(KERN_INCL) $(EXTRA_INCL))

Completed in 592 milliseconds