]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/Makefile
smc911x_eeprom: new example app for managing newer SMC parts
[karo-tx-uboot.git] / examples / Makefile
index 927010d073cd322008295137a7245b7f33f77e3a..dbcfa920e61dbfd5231deeb2c750a864ec5990b8 100644 (file)
@@ -105,9 +105,10 @@ BIN        += sched.bin
 endif
 
 ifeq ($(ARCH),blackfin)
-ELF    += smc91111_eeprom
-SREC   += smc91111_eeprom.srec
-BIN    += smc91111_eeprom.bin
+BFIN_BIN = smc91111_eeprom smc911x_eeprom
+ELF    += $(BFIN_BIN)
+SREC   += $(addsuffix .srec,$(BFIN_BIN))
+BIN    += $(addsuffix .bin,$(BFIN_BIN))
 endif
 
 # The following example is pretty 8xx specific...