Changeset 100529 in vbox
- Timestamp:
- Jul 11, 2023 10:52:56 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/Config.kmk
r100506 r100529 57 57 VBOX_YASMCMD ?= $(firstword $(wildcard $(KBUILD_DEVTOOLS_HST)/bin/yasm$(HOSTSUFF_EXE)) yasm$(HOSTSUFF_EXE)) 58 58 59 # VBox nasm command 59 # VBox nasm command (we share this with ValKit/bootsector/Config.kmk, thus the TOOL-style variable name). 60 60 include $(KBUILD_PATH)/tools/NASM.kmk 61 TOOL_VBoxNasm = Our version of the NASM tool62 61 ifndef TOOL_VBoxNasm_PATH 63 62 TOOL_VBoxNasm_PATH := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_HST)/nasm/v*.*)))
Note:
See TracChangeset
for help on using the changeset viewer.