make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
@@ -91,13 +91,9 @@ BIN += sched.bin
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),blackfin)
|
||||
ifneq ($(BOARD),bf537-stamp)
|
||||
ifneq ($(BOARD),bf537-pnav)
|
||||
ELF += smc91111_eeprom
|
||||
SREC += smc91111_eeprom.srec
|
||||
BIN += smc91111_eeprom.bin
|
||||
endif
|
||||
endif
|
||||
BIN += smc91111_eeprom.bin
|
||||
endif
|
||||
|
||||
# The following example is pretty 8xx specific...
|
||||
|
||||
Reference in New Issue
Block a user