diff options
| author | Michael Brown | 2007-08-10 05:17:35 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-08-10 05:17:35 +0200 |
| commit | 5cda460f19e91c3cbb664438c4a6d30f188cd69e (patch) | |
| tree | 47c439290f46410380fe02400da1fc761872b235 /src/Makefile.housekeeping | |
| parent | Add iBFT code derived from IBM document. (diff) | |
| download | ipxe-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.housekeeping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 108cc3ab8..1f054d537 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 $@))) |
