Przeglądaj źródła

Found a home for MAKEROM_FLAGS_3c503.

tags/v0.9.3
Michael Brown 19 lat temu
rodzic
commit
658fecf7e5
1 zmienionych plików z 6 dodań i 2 usunięć
  1. 6
    2
      src/Makefile

+ 6
- 2
src/Makefile Wyświetl plik

@@ -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
 #

Ładowanie…
Anuluj
Zapisz