summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2007-08-23 00:10:00 +0200
committerMichael Brown2007-08-23 00:10:00 +0200
commitd078fb3cb72fcd3803c4e4e74f45c31d08040736 (patch)
tree4eaac476799cccbc3574af68aaf24523f99f3486 /src/Makefile.housekeeping
parentAdded error IDs for all files in drivers/net; they're likely to need them. (diff)
downloadipxe-d078fb3cb72fcd3803c4e4e74f45c31d08040736.tar.gz
ipxe-d078fb3cb72fcd3803c4e4e74f45c31d08040736.tar.xz
ipxe-d078fb3cb72fcd3803c4e4e74f45c31d08040736.zip
Allow legacy "make bin/etherboot.%".
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index ee652b0a..6126247b 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -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)