- Timestamp:
- Oct 30, 2023 1:16:19 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159745
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/Makefile.kmk
r100944 r101656 52 52 ifneq ($(KBUILD_HOST),os2) # needs yasm 53 53 if1of ($(KBUILD_TARGET_ARCH), amd64 x86 arm64) # needs yasm 54 include $(PATH_SUB_CURRENT)/bootsectors/Makefile.kmk 54 ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # No yasm for linux.arm64 right now 55 include $(PATH_SUB_CURRENT)/bootsectors/Makefile.kmk 56 endif 55 57 endif 56 58 endif
Note:
See TracChangeset
for help on using the changeset viewer.