mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 10:50:28 +03:00
[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:
committed by
Michael Brown
parent
9b99d2af0c
commit
293e347a2e
@@ -927,8 +927,8 @@ BOBJS += $(patsubst payload/%.img,$(BIN)/%.o,$(wildcard payload/*.img))
|
|||||||
|
|
||||||
# The "allXXXs" targets for each suffix
|
# The "allXXXs" targets for each suffix
|
||||||
#
|
#
|
||||||
allall: allroms allpxes allisos alldsks
|
allall: allroms allmroms allpxes allisos alldsks
|
||||||
allroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%)
|
allroms allmroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%)
|
||||||
allpxes allisos alldsks : all%s : $(foreach DRIVER,$(DRIVERS),$(BIN)/$(DRIVER).%)
|
allpxes allisos alldsks : all%s : $(foreach DRIVER,$(DRIVERS),$(BIN)/$(DRIVER).%)
|
||||||
|
|
||||||
# Alias for ipxe.%
|
# Alias for ipxe.%
|
||||||
|
|||||||
Reference in New Issue
Block a user