david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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
1 changed files with 6 additions and 2 deletions

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
#