Changeset 11721 in vbox for trunk/src/VBox/Devices/testcase
- Timestamp:
- Aug 27, 2008 8:09:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/Makefile.kmk
r11556 r11721 32 32 # validation testcases. Perhaps a bit hackish, but extremely useful. 33 33 # 34 ifeq ($(KBUILD_TARGET),$(KBUILD_HOST)) 35 ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),) 36 OTHERS += \ 34 ifndef VBOX_ONLY_SDK 35 ifeq ($(KBUILD_TARGET),$(KBUILD_HOST)) 36 ifeq ($(filter-out x86.x86 amd64.amd64 x86.amd64, $(KBUILD_TARGET_ARCH).$(KBUILD_HOST_ARCH)),) 37 OTHERS += \ 37 38 $(PATH_TARGET)/tstDeviceStructSize.run 39 endif 38 40 endif 39 41 endif
Note:
See TracChangeset
for help on using the changeset viewer.