X-Git-Url: http://git.etherboot.org/gpxe.git/blobdiff_plain/154c6d17c096761b95ae3e065eaed747f61f1a4a..90e27353d61e7b2594985d8158bd79bdaad78882:/src/Makefile.housekeeping diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index fc5402e8..0de3fc2b 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -616,15 +616,6 @@ TGT_LD_FLAGS = $(foreach SYM,$(TGT_LD_PREFIX) $(TGT_LD_DRIVERS) obj_config,\ $(patsubst %,--defsym %,$(TGT_LD_IDS)) \ $(TGT_LD_FLAGS_PRE) -# Calculate makerom flags for the specific target -# (e.g. "bin/dfe538--prism2_pci.zrom.tmp") and derive the variables: -# -# TGT_MAKEROM_FLAGS : target-specific flags for makerom (e.g. -# "-p 0x1186,0x1300") -# -TGT_MAKEROM_FLAGS = $(strip $(MAKEROM_FLAGS_$(TGT_ROM_NAME)) \ - $(if $(TGT_PCI_VENDOR),$(strip -p $(TGT_PCI_VENDOR),$(TGT_PCI_DEVICE)))) - # Calculate list of debugging versions of objects to be included in # the target. # @@ -655,8 +646,6 @@ $(BIN)/%.info : @$(ECHO) @$(ECHO) 'LD target flags : $(TGT_LD_FLAGS)' @$(ECHO) - @$(ECHO) 'makerom target flags : $(TGT_MAKEROM_FLAGS)' - @$(ECHO) @$(ECHO) 'Debugging objects : $(DEBUG_OBJS)' @$(ECHO) 'Replaced objects : $(DEBUG_ORIG_OBJS)' @@ -865,19 +854,6 @@ $(BIN)/etherboot.% : $(BIN)/gpxe.% endif # defined(BIN) -############################################################################### -# -# Rules for finalising files. TGT_MAKEROM_FLAGS is defined as part of -# the automatic build system and varies by target; it includes the -# "-p 0x1234,0x5678" string to set the PCI IDs. -# -FINALISE_rom = $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \ - -i$(IDENT) -s 0 $@ - -# Some ROMs require specific flags to be passed to makerom.pl -# -MAKEROM_FLAGS_3c503 = -3 - ############################################################################### # # The compression utilities