Changeset 10049 in vbox for trunk/src/VBox
- Timestamp:
- Jul 1, 2008 12:58:41 AM (17 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Makefile.kmk
r8760 r10049 20 20 # 21 21 22 DEPTH = ../../.. 22 ifdef VBOX_KBUILD_HACKING 23 SUB_DEPTH = ../../.. 24 else 25 DEPTH = ../../.. 26 endif 23 27 include $(KBUILD_PATH)/subheader.kmk 24 28 -
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r9962 r10049 29 29 # 30 30 31 DEPTH ?= ../../../.. 31 ifdef VBOX_KBUILD_HACKING 32 SUB_DEPTH = ../../../.. 33 else 32 34 SUB_DEPTH = .. 35 DEPTH ?= ../../../.. 36 endif 33 37 include $(KBUILD_PATH)/subheader.kmk 34 38 … … 52 56 endif 53 57 54 INSTALLS.linux = vboxmod-bin vboxmod-sh58 INSTALLS.linux += vboxmod-bin vboxmod-sh 55 59 56 60 # … … 309 313 310 314 311 include 312 315 include $(KBUILD_PATH)/subfooter.kmk 316 -
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r8760 r10049 29 29 # 30 30 31 DEPTH = ../../../../.. 31 ifdef VBOX_KBUILD_HACKING 32 SUB_DEPTH = ../../../../.. 33 else 32 34 SUB_DEPTH = ../.. 35 DEPTH ?= ../../../../.. 36 endif 33 37 include $(KBUILD_PATH)/subheader.kmk 34 38 … … 84 88 tstGetPagingMode_SOURCES = tstGetPagingMode.cpp 85 89 86 include 90 include $(KBUILD_PATH)/subfooter.kmk 87 91 -
trunk/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk
r8760 r10049 20 20 # 21 21 22 DEPTH ?= ../../../.. 22 ifdef VBOX_KBUILD_HACKING 23 SUB_DEPTH = ../../../.. 24 else 25 DEPTH ?= ../../../.. 23 26 SUB_DEPTH = .. 27 endif 24 28 include $(KBUILD_PATH)/subheader.kmk 25 29
Note:
See TracChangeset
for help on using the changeset viewer.