mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
[build] Add efidrv.cab target for UEFI Secure Boot signing
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -40,12 +40,10 @@ PAD_exe = $(PERL) $(PADIMG) --blksize=512
|
||||
FINALISE_rom = $(PERL) $(FIXROM)
|
||||
FINALISE_mrom = $(FINALISE_rom)
|
||||
|
||||
# Add per-ROM targets for "allroms"
|
||||
# Use $(ROMS) rather than $(DRIVERS) for "allroms" and "allmroms"
|
||||
#
|
||||
$(BIN)/allroms : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).rom)
|
||||
$(BIN)/allmroms : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).mrom)
|
||||
allroms : $(BIN)/allroms
|
||||
allmroms : $(BIN)/allmroms
|
||||
LIST_NAME_rom := ROMS
|
||||
LIST_NAME_mrom := ROMS
|
||||
|
||||
# rule to make a non-emulation ISO boot image
|
||||
NON_AUTO_MEDIA += iso
|
||||
|
||||
Reference in New Issue
Block a user