2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Allow legacy "make bin/etherboot.%".

This commit is contained in:
Michael Brown 2007-08-22 23:10:00 +01:00
parent db61b0a577
commit d078fb3cb7

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)