Changeset 8760 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- May 11, 2008 6:39:30 PM (17 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Makefile.kmk
r8758 r8760 21 21 22 22 DEPTH = ../../.. 23 include $( PATH_KBUILD)/subheader.kmk23 include $(KBUILD_PATH)/subheader.kmk 24 24 25 25 # Include sub-makefiles. … … 33 33 34 34 # Let kBuild generate the rules. 35 include $( PATH_KBUILD)/subfooter.kmk35 include $(KBUILD_PATH)/subfooter.kmk 36 36 -
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r8758 r8760 31 31 DEPTH ?= ../../../.. 32 32 SUB_DEPTH = .. 33 include $( PATH_KBUILD)/subheader.kmk33 include $(KBUILD_PATH)/subheader.kmk 34 34 35 35 # … … 307 307 308 308 309 include $( PATH_KBUILD)/subfooter.kmk310 309 include $(KBUILD_PATH)/subfooter.kmk 310 -
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r8155 r8760 31 31 DEPTH = ../../../../.. 32 32 SUB_DEPTH = ../.. 33 include $( PATH_KBUILD)/subheader.kmk33 include $(KBUILD_PATH)/subheader.kmk 34 34 35 35 PROGRAMS += \ … … 84 84 tstGetPagingMode_SOURCES = tstGetPagingMode.cpp 85 85 86 include $( PATH_KBUILD)/subfooter.kmk86 include $(KBUILD_PATH)/subfooter.kmk 87 87 -
trunk/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk
r8155 r8760 22 22 DEPTH ?= ../../../.. 23 23 SUB_DEPTH = .. 24 include $( PATH_KBUILD)/subheader.kmk24 include $(KBUILD_PATH)/subheader.kmk 25 25 26 26 … … 81 81 82 82 # generate rules 83 include $( PATH_KBUILD)/subfooter.kmk83 include $(KBUILD_PATH)/subfooter.kmk 84 84
Note:
See TracChangeset
for help on using the changeset viewer.