Changeset 104027 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Mar 24, 2024 6:34:26 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/ipxe/Makefile.kmk
r98772 r104027 46 46 $(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.c \ 47 47 48 if1of ($(KBUILD_TARGET) , darwin os2 solaris win)48 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.amd64 darwin.arm64 linux.arm64 os2.x86 solaris.amd64 win.amd64) 49 49 $$(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.c: $(PATH_SUB_CURRENT)/iPxeBiosBin.rom $(VBOX_BIN2C) | $$(dir $$@) 50 50 $(call MSG_TOOL,bin2c,iPxeBiosBin,$<,$@)
Note:
See TracChangeset
for help on using the changeset viewer.