diff options
author | Dmitriy Taychenachev <dimichxp@gmail.com> | 2009-07-31 07:29:23 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-14 06:40:47 -0400 |
commit | 94da274b4982f5b36b55bde0c76d3ef8233bceda (patch) | |
tree | c1684cf7f755642517c2ec4fb52ce958a7e454d6 /arch/arm/mach-mxc91231/Makefile | |
parent | fd6ac7bb9d671d36fd7536c68fde977d197756ab (diff) |
MXC: add iomux pins configuration support for MXC91231
Signed-off-by: Dmitriy Taychenachev <dimichxp@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxc91231/Makefile')
-rw-r--r-- | arch/arm/mach-mxc91231/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxc91231/Makefile b/arch/arm/mach-mxc91231/Makefile index eb70b669c556..011d5e197125 100644 --- a/arch/arm/mach-mxc91231/Makefile +++ b/arch/arm/mach-mxc91231/Makefile | |||
@@ -1,2 +1,2 @@ | |||
1 | obj-y := mm.o clock.o devices.o system.o | 1 | obj-y := mm.o clock.o devices.o system.o iomux.o |
2 | obj-$(CONFIG_MACH_MAGX_ZN5) += magx-zn5.o | 2 | obj-$(CONFIG_MACH_MAGX_ZN5) += magx-zn5.o |