mirror of https://github.com/ipxe/ipxe.git
Allow legacy "make bin/etherboot.%".
parent
db61b0a577
commit
d078fb3cb7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue