Changeset 79891 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jul 19, 2019 4:16:19 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132296
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r79521 r79891 208 208 tstRTR0ThreadDriver 209 209 endif 210 if1of ($(KBUILD_TARGET_ARCH), $(VBOX_SUPPORTED_HOST_ARCHS)) 211 SYSMODS += \ 212 tstLdrObjR0 213 ifdef VBOX_WITH_RAW_MODE 214 SYSMODS += tstLdrObj 215 endif 216 endif 210 217 SYSMODS += \ 211 tstLdrObjR0 \212 218 tstRTR0MemUserKernel \ 213 219 tstRTR0SemMutex \ … … 215 221 tstRTR0ThreadPreemption \ 216 222 tstRTR0Thread 217 ifdef VBOX_WITH_RAW_MODE218 SYSMODS += tstLdrObj219 endif220 223 if1of ($(KBUILD_TARGET), solaris darwin) 221 224 PROGRAMS += tstRTR0DbgKrnlInfoDriver 222 225 SYSMODS += tstRTR0DbgKrnlInfo 223 endif 226 endif # VBOX_SUPPORTED_HOST_ARCHS only 224 227 225 228 endif
Note:
See TracChangeset
for help on using the changeset viewer.