http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5ee79cf
)
Found a home for MAKEROM_FLAGS_3c503.
author
Michael Brown
<mcb30@etherboot.org>
Sun, 17 Apr 2005 13:25:43 +0000
(13:25 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Sun, 17 Apr 2005 13:25:43 +0000
(13:25 +0000)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
5979429
..
4ea843e
100644
(file)
--- 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.
#
# 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
#
# Drag in architecture-specific Makefile
#