summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-26 20:41:09 +0100
committerWolfgang Denk <wd@denx.de>2008-04-13 14:28:24 -0700
commitcaebc95be3b42e5147b5fac7672ac4b2693ef7e1 (patch)
treedf18b57f413be4b7999c1b9b3514d2982872865d /Makefile
parentcdace0661208754a53019ea0dc7b803a040e0939 (diff)
mx31 litekit support
This patch adds support for the mx31 litekit 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 b6af4bee99..17d0a2debd 100644
--- a/Makefile
+++ b/Makefile
@@ -2606,6 +2606,9 @@ apollon_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 apollon NULL omap24xx
@echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk
+imx31_litekit_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm1136 imx31_litekit NULL mx31
+
#========================================================================
# i386
#========================================================================