[build] Provide "allXXXs" targets for all media on all platforms

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-05-14 16:18:44 +01:00
parent 9df238a8aa
commit 640ab792a4
2 changed files with 19 additions and 8 deletions

View File

@@ -40,6 +40,13 @@ PAD_exe = $(PERL) $(PADIMG) --blksize=512
FINALISE_rom = $(PERL) $(FIXROM)
FINALISE_mrom = $(FINALISE_rom)
# Add per-ROM targets for "allroms"
#
$(BIN)/allroms : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).rom)
$(BIN)/allmroms : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).mrom)
allroms : $(BIN)/allroms
allmroms : $(BIN)/allmroms
# rule to make a non-emulation ISO boot image
NON_AUTO_MEDIA += iso
%iso: %lkrn util/geniso