Procházet zdrojové kódy

Found a home for MAKEROM_FLAGS_3c503.

tags/v0.9.3
Michael Brown před 19 roky
rodič
revize
658fecf7e5
1 změnil soubory, kde provedl 6 přidání a 2 odebrání
  1. 6
    2
      src/Makefile

+ 6
- 2
src/Makefile Zobrazit soubor

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

Načítá se…
Zrušit
Uložit