Skip to content

Commit

Permalink
Found a home for MAKEROM_FLAGS_3c503.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Apr 17, 2005
1 parent 5ee79cf commit 658fecf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Makefile
Expand Up @@ -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
#
Expand Down

0 comments on commit 658fecf

Please sign in to comment.