Changeset 93428 in vbox
- Timestamp:
- Jan 24, 2022 9:52:31 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149533
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/Makefile.kmk
r93420 r93428 40 40 # 41 41 include $(PATH_SUB_CURRENT)/tests/Makefile.kmk 42 ifneq ($(KBUILD_HOST),os2) # need yasm 43 include $(PATH_SUB_CURRENT)/bootsectors/Makefile.kmk 42 ifneq ($(KBUILD_HOST),os2) # needs yasm 43 if1of ($(KBUILD_TARGET_ARCH), amd64 x86) # needs yasm 44 include $(PATH_SUB_CURRENT)/bootsectors/Makefile.kmk 45 endif 44 46 endif 45 47 include $(PATH_SUB_CURRENT)/utils/Makefile.kmk
Note:
See TracChangeset
for help on using the changeset viewer.