make smc91111_eeprom managment simpler by depending on the board configuration file...
[oweals/u-boot.git] / examples / Makefile
index 71a8c7f3ab9e7dda5cb91d801fd96ee62ee0c11e..79af4b07cd3d71dc176b704ec205344ff2348ac0 100644 (file)
@@ -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...