aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorDmitriy Taychenachev <dimichxp@gmail.com>2009-07-31 07:29:22 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-14 06:40:46 -0400
commitfd6ac7bb9d671d36fd7536c68fde977d197756ab (patch)
tree4c1993ee4079a55c6d621b46dba4826b92e3c028 /arch/arm/Makefile
parent8e5be212cba6675dc363a224ce4a98bb07039b4b (diff)
MXC: add basic MXC91231 support
Signed-off-by: Dmitriy Taychenachev <dimichxp@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 95ba3c5ca14d..c1d600383281 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -159,6 +159,7 @@ machine-$(CONFIG_ARCH_U300) := u300
159machine-$(CONFIG_ARCH_VERSATILE) := versatile 159machine-$(CONFIG_ARCH_VERSATILE) := versatile
160machine-$(CONFIG_ARCH_W90X900) := w90x900 160machine-$(CONFIG_ARCH_W90X900) := w90x900
161machine-$(CONFIG_FOOTBRIDGE) := footbridge 161machine-$(CONFIG_FOOTBRIDGE) := footbridge
162machine-$(CONFIG_ARCH_MXC91231) := mxc91231
162 163
163# Platform directory name. This list is sorted alphanumerically 164# Platform directory name. This list is sorted alphanumerically
164# by CONFIG_* macro name. 165# by CONFIG_* macro name.