diff options
author | Dmitriy Taychenachev <dimichxp@gmail.com> | 2009-07-31 07:29:22 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-14 06:40:46 -0400 |
commit | fd6ac7bb9d671d36fd7536c68fde977d197756ab (patch) | |
tree | 4c1993ee4079a55c6d621b46dba4826b92e3c028 /arch/arm/Makefile | |
parent | 8e5be212cba6675dc363a224ce4a98bb07039b4b (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/Makefile | 1 |
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 | |||
159 | machine-$(CONFIG_ARCH_VERSATILE) := versatile | 159 | machine-$(CONFIG_ARCH_VERSATILE) := versatile |
160 | machine-$(CONFIG_ARCH_W90X900) := w90x900 | 160 | machine-$(CONFIG_ARCH_W90X900) := w90x900 |
161 | machine-$(CONFIG_FOOTBRIDGE) := footbridge | 161 | machine-$(CONFIG_FOOTBRIDGE) := footbridge |
162 | machine-$(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. |