Changeset 107910 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jan 23, 2025 2:18:38 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167141
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r107227 r107910 38 38 include $(KBUILD_PATH)/subheader.kmk 39 39 40 # We need the VMM/Config.kmk one for the VMM_COMMON_DEFS variable.41 ifndef VBOX_VMM_CONFIG_KMK_INCLUDED42 include $(PATH_ROOT)/src/VBox/VMM/Config.kmk43 endif44 45 40 PROGRAMS += \ 46 41 SUPInstall \ … … 57 52 tstContiguous \ 58 53 tstInit \ 59 tstInt \60 54 tstLow \ 61 55 tstPin \ … … 81 75 SUPLoggerCtl_SOURCES = SUPLoggerCtl.cpp 82 76 SUPLoggerCtl_LIBS = $(LIB_RUNTIME) 83 84 tstInt_TEMPLATE = VBoxR3SignedExe85 tstInt_DEFS = VBOX_VMM_TARGET_AGNOSTIC $(VMM_COMMON_DEFS)86 tstInt_SOURCES = tstInt.cpp87 tstInt_LIBS = $(LIB_RUNTIME)88 77 89 78 tstContiguous_TEMPLATE = VBoxR3SignedTstExe
Note:
See TracChangeset
for help on using the changeset viewer.