summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Durrant <mdurrant@arcturusnetworks.com>2010-01-20 19:33:02 -0600
committerTsiChung Liew <tsicliew@gmail.com>2010-03-24 11:08:48 -0500
commitdfc2b7697dc07862da804c1be084f96301884bc7 (patch)
tree5f96c01ce8bc40096bd62695596b571529ac80da /Makefile
parent89083346d0627a5e6e271e61bd34ab5121f9462b (diff)
downloadblackbird-obmc-uboot-dfc2b7697dc07862da804c1be084f96301884bc7.tar.gz
blackbird-obmc-uboot-dfc2b7697dc07862da804c1be084f96301884bc7.zip
Adding EP2500 MCF5282 board [PATCH]
Mercury-EP2500.patch - added Mercury's EP2500 board uses the mcf5282 processor CREDITS.patch Signed-off-by: David Wu <davidwu@arcturusnetworks.com> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e004303a81..804430234c 100644
--- a/Makefile
+++ b/Makefile
@@ -2048,6 +2048,9 @@ EB+MCF-EV123_internal_config : unconfig
@echo "TEXT_BASE = 0xF0000000"|tee $(obj)board/BuS/EB+MCF-EV123/textbase.mk
@$(MKCONFIG) EB+MCF-EV123 m68k mcf52x2 EB+MCF-EV123 BuS
+EP2500_config: unconfig
+ @$(MKCONFIG) $(@:_config=) m68k mcf52x2 ep2500 Mercury
+
idmr_config : unconfig
@$(MKCONFIG) $(@:_config=) m68k mcf52x2 idmr
OpenPOWER on IntegriCloud