summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
authorAubrey Li <aubrey.adi@gmail.com>2007-03-19 01:24:52 +0800
committerAubrey Li <aubrey.adi@gmail.com>2007-03-19 01:24:52 +0800
commit26bf7deca364a5b33f39e8f14ddd3f4081345015 (patch)
tree951854e1c59b9c13d706ef2419371f2ae9a01802 /examples/Makefile
parent0d93de11449390a5984b0236c3612e50f6dbb7e8 (diff)
[Blackfin][PATCH] Add BF537 stamp board support
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 423a79b2dd..e9b4974be4 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -86,10 +86,14 @@ 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
+endif
# The following example is pretty 8xx specific...
ifeq ($(CPU),mpc8xx)