Build the all-driver images by default, and print instructions for usage.

This commit is contained in:
Michael Brown
2007-08-09 20:17:35 -07:00
parent 54bf2621ed
commit 5cda460f19
2 changed files with 18 additions and 26 deletions

View File

@@ -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 $@)))