Changeset 8757 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- May 11, 2008 6:19:50 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r8155 r8757 28 28 # validation testcases. Perhaps a bit hackish, but extremely useful. 29 29 # 30 ifeq ($(BUILD_TARGET),$( BUILD_PLATFORM))31 ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(BUILD_TARGET_ARCH).$( BUILD_PLATFORM_ARCH)),)30 ifeq ($(BUILD_TARGET),$(KBUILD_HOST)) 31 ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(BUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),) 32 32 OTHERS += \ 33 33 $(PATH_TARGET)/tstDeviceStructSize.run
Note:
See TracChangeset
for help on using the changeset viewer.