Makefile revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
BUILD_ROMS= $(ROMS)
# DMAC_HW_ADDR_DRV holds the ethernet's MAC address. It is passed as
# flag to the low level driver instead of reading it from an
# external EEPROM, which we do not have!
ROMLIMIT:=3276800
#allfiles: $(BUILD_ROMS)
all: $(BUILD_COFFS)
# Utilities
# Pattern Rules
# With the current tools we have problem with the compilation
# of the vsprintf file when the -O2 is selected. So we compile
# the aforemntioned file with -O1 !!!