Changeset 101651 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Oct 30, 2023 10:33:47 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.