Changeset 10048 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jul 1, 2008 12:47:54 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32533
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r9502 r10048 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 … … 46 50 # Target lists 47 51 # 48 PROGRAMS = \52 PROGRAMS += \ 49 53 tstAvl \ 50 54 tstBitOperations \ … … 84 88 tstUuid 85 89 # tstSems 86 PROGRAMS.win = \90 PROGRAMS.win += \ 87 91 tstRTProcWait \ 88 92 tstCritSectW32 \ 89 93 tstFileAppendWin-1 \ 90 94 ntGetTimerResolution 91 PROGRAMS.linux = \95 PROGRAMS.linux += \ 92 96 tstRTProcWait \ 93 97 tstBitOperationsPIC3 \ … … 95 99 tstInlineAsmPIC3 \ 96 100 tstSemMutex 97 PROGRAMS.l4 = \101 PROGRAMS.l4 += \ 98 102 tstIoCtl 99 SYSMODS = \103 SYSMODS += \ 100 104 tstLdrObj \ 101 105 tstLdrObjR0
Note:
See TracChangeset
for help on using the changeset viewer.