summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-26 20:41:17 +0100
committerWolfgang Denk <wd@denx.de>2008-04-13 14:29:18 -0700
commit5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7 (patch)
treeab40265ca89f44a04b411a1598ca158f98dba1f4 /Makefile
parentcaebc95be3b42e5147b5fac7672ac4b2693ef7e1 (diff)
Phytec Phycore-i.MX31 support
This patch adds support for the Phytec Phycore-i.MX31 board Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 17d0a2debd..b0ede98125 100644
--- a/Makefile
+++ b/Makefile
@@ -2609,6 +2609,9 @@ apollon_config : unconfig
imx31_litekit_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit NULL mx31
+imx31_phycore_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_phycore NULL mx31
+
#========================================================================
# i386
#========================================================================