summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2007-08-10 05:17:35 +0200
committerMichael Brown2007-08-10 05:17:35 +0200
commit5cda460f19e91c3cbb664438c4a6d30f188cd69e (patch)
tree47c439290f46410380fe02400da1fc761872b235 /src/Makefile.housekeeping
parentAdd iBFT code derived from IBM document. (diff)
downloadipxe-5cda460f19e91c3cbb664438c4a6d30f188cd69e.tar.gz
ipxe-5cda460f19e91c3cbb664438c4a6d30f188cd69e.tar.xz
ipxe-5cda460f19e91c3cbb664438c4a6d30f188cd69e.zip
Build the all-driver images by default, and print instructions for usage.
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 108cc3ab..1f054d53 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -180,7 +180,7 @@ CLEANUP += $(BIN)/NIC
# TGT_ROM_NAME : the ROM name (e.g. "dfe538")
# TGT_MEDIA : the media type (e.g. "rom")
#
-DRIVERS_etherboot = $(DRIVERS)
+DRIVERS_gpxe = $(DRIVERS)
CARD_DRIVER = $(firstword $(DRIVER_$(1)) $(1))
TGT_ELEMENTS = $(subst --, ,$(firstword $(subst ., ,$(notdir $@))))
TGT_PREFIX = $(word 2,$(subst ., ,$(notdir $@)))