Changeset 38152 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 25, 2011 12:19:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73107
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk ¶
r38082 r38152 183 183 else 184 184 VBoxDD_LIBS += \ 185 $( INSTARGET_VBoxDDU) \186 $( INSTARGET_VBoxDD2)185 $(VBoxDDU_1_STAGE_TARGET) \ 186 $(VBoxDD2_1_STAGE_TARGET) 187 187 endif 188 188 ifeq ($(KBUILD_TARGET),l4) -
trunk/src/VBox/Devices/testcase/Makefile.kmk ¶
r37781 r38152 101 101 ifdef VBOX_WITH_RAW_MODE 102 102 # 1&2. Manually dump selected structures and members. 103 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeRC.h: $$( INSTARGET_tstDeviceStructSizeRC) | $$(dir $$@)103 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSizeRC.h: $$(tstDeviceStructSizeRC_1_STAGE_TARGET) | $$(dir $$@) 104 104 $(call MSG_GENERATE,,$@) 105 105 $(QUIET)$(REDIRECT) -wo $@ -- $^ … … 107 107 108 108 # 3. run it. 109 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run: $$( INSTARGET_tstDeviceStructSize) | $$(dir $$@)109 $(VBOX_DEVICES_TEST_OUT_DIR)/tstDeviceStructSize.run: $$(tstDeviceStructSize_1_STAGE_TARGET) | $$(dir $$@) 110 110 $(QUIET)$(RM) -f $@ 111 111 $^
Note:
See TracChangeset
for help on using the changeset viewer.