Changeset 98410 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Feb 1, 2023 4:20:10 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r98167 r98410 70 70 ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),) 71 71 OTHERS += \ 72 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run72 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run 73 73 endif 74 74 endif … … 127 127 tstDeviceStructSize.cpp_DEPS = $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeRC.h 128 128 endif 129 tstDeviceStructSize_INCS+= $(VBOX_PATH_VMM_DEVICES_SRC)129 tstDeviceStructSize_INCS += $(VBOX_PATH_VMM_DEVICES_SRC) 130 130 131 131 # … … 138 138 139 139 ifdef VBOX_WITH_RAW_MODE 140 # 1&2. Manually dump selected structures and members.141 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeRC.h: $$(tstDeviceStructSizeRC_1_STAGE_TARGET) | $$(dir $$@)140 # 1&2. Manually dump selected structures and members. 141 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeRC.h: $$(tstDeviceStructSizeRC_1_STAGE_TARGET) | $$(dir $$@) 142 142 $(call MSG_GENERATE,,$@) 143 143 $(QUIET)$(REDIRECT) -wo $@ -- $^
Note:
See TracChangeset
for help on using the changeset viewer.