diff options
author | Aubrey Li <aubrey.adi@gmail.com> | 2007-03-19 01:24:52 +0800 |
---|---|---|
committer | Aubrey Li <aubrey.adi@gmail.com> | 2007-03-19 01:24:52 +0800 |
commit | 26bf7deca364a5b33f39e8f14ddd3f4081345015 (patch) | |
tree | 951854e1c59b9c13d706ef2419371f2ae9a01802 /examples | |
parent | 0d93de11449390a5984b0236c3612e50f6dbb7e8 (diff) |
[Blackfin][PATCH] Add BF537 stamp board support
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 423a79b2dd5..e9b4974be49 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) |