Changeset 8758 in vbox for trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
- Timestamp:
- May 11, 2008 6:27:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk
r8155 r8758 28 28 # 29 29 PROGRAMS += vditool 30 ifeq ($( BUILD_TARGET),l4)30 ifeq ($(KBUILD_TARGET),l4) 31 31 vditool_TEMPLATE = VBOXLNXHOSTR3EXE 32 32 vditool_LIBS = \ … … 45 45 ifdef VBOX_WITH_TESTCASES 46 46 PROGRAMS += tstVDI 47 ifeq ($( BUILD_TARGET),l4)47 ifeq ($(KBUILD_TARGET),l4) 48 48 tstVDI_TEMPLATE = VBOXLNXHOSTR3EXE 49 49 else … … 59 59 ifdef VBOX_WITH_TESTCASES 60 60 PROGRAMS += tstVD 61 ifeq ($( BUILD_TARGET),l4)61 ifeq ($(KBUILD_TARGET),l4) 62 62 tstVD_TEMPLATE = VBOXLNXHOSTR3EXE 63 63 else
Note:
See TracChangeset
for help on using the changeset viewer.