diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-04-17 13:25:43 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-04-17 13:25:43 +0000 |
commit | 658fecf7e5d9a23aa7cfd5be40e9a4a50127c86d (patch) | |
tree | 362156e349489160fcc24a0bcde0358e4f6d481a /src/Makefile | |
parent | 5ee79cf2073db51fadebd5bf1e40ab40bd135229 (diff) | |
download | ipxe-658fecf7e5d9a23aa7cfd5be40e9a4a50127c86d.tar.gz |
Found a home for MAKEROM_FLAGS_3c503.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 597942956..4ea843edd 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 # |