Changeset 98772 in vbox
- Timestamp:
- Feb 28, 2023 10:15:52 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/ipxe/Makefile.kmk
r98771 r98772 59 59 $$(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.c: $$(iPxeBiosBin_0_OUTDIR)/iPxeBiosBin.rom $(VBOX_BIN2C) 60 60 $(call MSG_TOOL,bin2c,iPxeBiosBin,$<,$@) 61 $(QUIET)$(VBOX_BIN2C) -min 32 -max 56 - mask 0x1ff -export NetBiosBinary $< $@61 $(QUIET)$(VBOX_BIN2C) -min 32 -max 56 -export NetBiosBinary $< $@ 62 62 63 63 … … 75 75 $(iPxeBiosBin_0_OUTDIR)/iPxeBaseBin.rom.zinfo \ 76 76 > $@ 77 perl $(VBOX_PATH_IPXE_SRC)/src/util/padimg.pl --blksize=512 --byte=0xff $@78 77 perl $(VBOX_PATH_IPXE_SRC)/src/util/fixrom.pl $@ 79 78 $(RM) -- \ … … 299 298 src/drivers/bitbash/bitbash.c \ 300 299 src/drivers/bitbash/spi_bit.c \ 301 src/drivers/block/ata.c \302 src/drivers/block/ibft.c \303 src/drivers/block/scsi.c \304 300 src/drivers/bus/pci.c \ 305 301 src/drivers/bus/pciextra.c \
Note:
See TracChangeset
for help on using the changeset viewer.