Browse Source

Found a home for MAKEROM_FLAGS_3c503.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
658fecf7e5
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      src/Makefile

+ 6
- 2
src/Makefile View File

138
 # the automatic build system and varies by target; it includes the
138
 # the automatic build system and varies by target; it includes the
139
 # "-p 0x1234,0x5678" string to set the PCI IDs.
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
 # Drag in architecture-specific Makefile
148
 # Drag in architecture-specific Makefile
145
 #
149
 #

Loading…
Cancel
Save