david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Allow legacy "make bin/etherboot.%".

This commit is contained in:
Michael Brown 2007-08-22 23:10:00 +01:00
parent db61b0a577
commit d078fb3cb7
1 changed files with 5 additions and 0 deletions

View File

@ -403,6 +403,11 @@ include $(MEDIA_DEPS)
allroms allzroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%)
all%s : $(foreach DRIVER,$(DRIVERS),$(BIN)/$(DRIVER).%)
# Alias for gpxe.%
#
$(BIN)/etherboot.% : $(BIN)/gpxe.%
ln -sf $(notdir $<) $@
# The compression utilities
#
$(NRV2B) : util/nrv2b.c $(MAKEDEPS)