2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-13 14:56:29 +00:00

Found a home for MAKEROM_FLAGS_3c503.

This commit is contained in:
Michael Brown 2005-04-17 13:25:43 +00:00
parent 5ee79cf207
commit 658fecf7e5

View File

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