summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-01-09 18:21:42 +0000
committerwdenk <wdenk>2005-01-09 18:21:42 +0000
commita562e1bd9d8e10ea2e51d08e66d35a6e1795153b (patch)
tree225a386c4a9b200dc9d97c22cec7b019d62312fd /Makefile
parent30ce5ab043db0b34838ad2d294561992bdb5236a (diff)
downloadbarebox-a562e1bd9d8e10ea2e51d08e66d35a6e1795153b.tar.gz
barebox-a562e1bd9d8e10ea2e51d08e66d35a6e1795153b.tar.xz
Patch by Florian Schlote, 08 Sep 2004:
Add support for SenTec-COBRA5272-board (Coldfire).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8b5063992..d5d2713926 100644
--- a/Makefile
+++ b/Makefile
@@ -924,6 +924,9 @@ SL8245_config: unconfig
utx8245_config: unconfig
@./mkconfig $(@:_config=) ppc mpc824x utx8245
+cobra5272_config : unconfig
+ @./mkconfig $(@:_config=) m68k mcf52x2 cobra5272
+
#########################################################################
## MPC8260 Systems
#########################################################################