|
@@ -138,8 +138,12 @@ NON_AUTO_SRCS += drivers/net/prism2.c
|
138
|
138
|
# the automatic build system and varies by target; it includes the
|
139
|
139
|
# "-p 0x1234,0x5678" string to set the PCI IDs.
|
140
|
140
|
#
|
141
|
|
-FINALISE_rom = $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \
|
142
|
|
- -i$(IDENT) $@
|
|
141
|
+FINALISE_rom = $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \
|
|
142
|
+ -i$(IDENT) $@
|
|
143
|
+
|
|
144
|
+# Some ROMs require specific flags to be passed to makerom.pl
|
|
145
|
+#
|
|
146
|
+MAKEROM_FLAGS_3c503 = -3
|
143
|
147
|
|
144
|
148
|
# Drag in architecture-specific Makefile
|
145
|
149
|
#
|