mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
Allow legacy "make bin/etherboot.%".
This commit is contained in:
@@ -403,6 +403,11 @@ include $(MEDIA_DEPS)
|
|||||||
allroms allzroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%)
|
allroms allzroms : all%s : $(foreach ROM,$(ROMS),$(BIN)/$(ROM).%)
|
||||||
all%s : $(foreach DRIVER,$(DRIVERS),$(BIN)/$(DRIVER).%)
|
all%s : $(foreach DRIVER,$(DRIVERS),$(BIN)/$(DRIVER).%)
|
||||||
|
|
||||||
|
# Alias for gpxe.%
|
||||||
|
#
|
||||||
|
$(BIN)/etherboot.% : $(BIN)/gpxe.%
|
||||||
|
ln -sf $(notdir $<) $@
|
||||||
|
|
||||||
# The compression utilities
|
# The compression utilities
|
||||||
#
|
#
|
||||||
$(NRV2B) : util/nrv2b.c $(MAKEDEPS)
|
$(NRV2B) : util/nrv2b.c $(MAKEDEPS)
|
||||||
|
|||||||
Reference in New Issue
Block a user