- Timestamp:
- Oct 30, 2023 10:33:47 AM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159740
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/Makefile.kmk
r101545 r101651 35 35 36 36 37 LIBRARIES += DisasmR3 37 ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # @todo Required by cidet in the validationkit but uses PAGE_OFFSET_MASK 38 LIBRARIES += DisasmR3 39 endif 38 40 DisasmR3_TEMPLATE = VBoxR3Dll 39 41 DisasmR3_DEFS = IN_DIS … … 58 60 endif 59 61 60 LIBRARIES += DisasmR3Static 62 ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) 63 LIBRARIES += DisasmR3Static 64 endif 61 65 DisasmR3Static_TEMPLATE = VBoxR3Static 62 66 DisasmR3Static_EXTENDS = DisasmR3 -
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r99673 r101651 49 49 # Targets 50 50 # 51 LIBRARIES += SUPR3 SUPR3Static 51 ifn1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # @todo Required by LoadGenerator in the validationkit but uses PAGE_SIZE++ 52 LIBRARIES += SUPR3 SUPR3Static 53 endif 52 54 if defined(VBOX_WITH_HARDENING) \ 53 55 && !defined(VBOX_ONLY_VALIDATIONKIT)
Note:
See TracChangeset
for help on using the changeset viewer.