From: Michael Brown Date: Sun, 17 Apr 2005 13:25:43 +0000 (+0000) Subject: Found a home for MAKEROM_FLAGS_3c503. X-Git-Tag: Eb.5.4.import~216 X-Git-Url: http://git.etherboot.org/people/xl0/gpxe.git/commitdiff_plain/658fecf7e5d9a23aa7cfd5be40e9a4a50127c86d?hp=5ee79cf2073db51fadebd5bf1e40ab40bd135229 Found a home for MAKEROM_FLAGS_3c503. --- diff --git a/src/Makefile b/src/Makefile index 59794295..4ea843ed 100644 --- a/src/Makefile +++ b/src/Makefile @@ -138,8 +138,12 @@ NON_AUTO_SRCS += drivers/net/prism2.c # 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) $@ +FINALISE_rom = $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \ + -i$(IDENT) $@ + +# Some ROMs require specific flags to be passed to makerom.pl +# +MAKEROM_FLAGS_3c503 = -3 # Drag in architecture-specific Makefile #