david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[build] Add "allmroms" target

Signed-off-by: Bastian Blank <waldi@debian.org>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Bastian Blank 2011-03-30 16:19:23 +01:00 committed by Michael Brown
parent 9b99d2af0c
commit 293e347a2e
1 changed files with 2 additions and 2 deletions

View File

@ -927,8 +927,8 @@ BOBJS += $(patsubst payload/%.img,$(BIN)/%.o,$(wildcard payload/*.img))
# The "allXXXs" targets for each suffix
#
allall: allroms allpxes allisos alldsks
allroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%)
allall: allroms allmroms allpxes allisos alldsks
allroms allmroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%)
allpxes allisos alldsks : all%s : $(foreach DRIVER,$(DRIVERS),$(BIN)/$(DRIVER).%)
# Alias for ipxe.%