Skip to content

Commit

Permalink
[build] Add "allmroms" target
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Blank <waldi@debian.org>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Bastian Blank authored and mcb30 committed Mar 30, 2011
1 parent 9b99d2a commit 293e347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.housekeeping
Expand Up @@ -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.%
Expand Down

0 comments on commit 293e347

Please sign in to comment.