Changeset 104734 in vbox
- Timestamp:
- May 20, 2024 5:17:51 PM (8 months ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/Makefile.kmk
r101651 r104734 35 35 36 36 37 if n1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # @todo Required by cidet in the validationkit but uses PAGE_OFFSET_MASK37 if "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" != "linux.arm64" || defined(VBOX_WITH_STATIC_ARM64_PAGE_SHIFT) # @todo Required by cidet in the validationkit but uses PAGE_OFFSET_MASK 38 38 LIBRARIES += DisasmR3 39 39 endif -
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r104665 r104734 49 49 # Targets 50 50 # 51 if n1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), linux.arm64) # @todo Required by LoadGenerator in the validationkit but uses PAGE_SIZE++51 if "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" != "linux.arm64" || defined(VBOX_WITH_STATIC_ARM64_PAGE_SHIFT) # @todo Required by LoadGenerator in the validationkit but uses PAGE_SIZE++ 52 52 LIBRARIES += SUPR3 SUPR3Static 53 53 endif
Note:
See TracChangeset
for help on using the changeset viewer.