summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-22 02:56:07 -0500
committerBen Warren <biggerbadderben@gmail.com>2009-02-22 23:49:33 -0800
commitad2d16393e9f684e4a9255f42e8bfdd819b67a87 (patch)
treea3599df3f654233a81174eebee065b37c3d00cc1 /examples/Makefile
parent736323a490b664ec0edc3ddb2c1c4a6824db45c6 (diff)
downloadblackbird-obmc-uboot-ad2d16393e9f684e4a9255f42e8bfdd819b67a87.tar.gz
blackbird-obmc-uboot-ad2d16393e9f684e4a9255f42e8bfdd819b67a87.zip
smc911x_eeprom: new example app for managing newer SMC parts
A forward port of the last version to work with the newer smc911x driver. I only have a board with a LAN9218 part on it, so that is the only one I've tested. But there isn't anything in this that would make it terribly chip specific afaik. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Sascha Hauer <s.hauer@pengutronix.de> CC: Guennadi Liakhovetski <lg@denx.de> CC: Magnus Lilja <lilja.magnus@gmail.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 927010d073..dbcfa920e6 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -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...
OpenPOWER on IntegriCloud