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

/vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/
H A DMakefile115 MODULE_DIR_TST := /lib/modules/$(shell uname -r) macro
116 ifeq ($(shell if test -d $(MODULE_DIR_TST); then echo yes; fi),yes)
117 MODULE_DIR := $(MODULE_DIR_TST)/misc
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DMakefile119 MODULE_DIR_TST := /lib/modules/$(shell uname -r) macro
120 ifeq ($(shell if test -d $(MODULE_DIR_TST); then echo yes; fi),yes)
121 MODULE_DIR := $(MODULE_DIR_TST)/misc
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DMakefile119 MODULE_DIR_TST := /lib/modules/$(shell uname -r) macro
120 ifeq ($(shell if test -d $(MODULE_DIR_TST); then echo yes; fi),yes)
121 MODULE_DIR := $(MODULE_DIR_TST)/misc
/vbox/src/VBox/HostDrivers/Support/linux/
H A DMakefile210 MODULE_DIR_TST := /lib/modules/$(shell uname -r) macro
211 ifeq ($(shell if test -d $(MODULE_DIR_TST); then echo yes; fi),yes)
212 MODULE_DIR := $(MODULE_DIR_TST)/misc

Completed in 43 milliseconds