diff options
author | Dmitriy Taychenachev <dimichxp@gmail.com> | 2009-07-31 20:29:23 +0900 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-08-14 12:40:47 +0200 |
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 eb70b669c55..011d5e19712 100644 --- a/arch/arm/mach-mxc91231/Makefile +++ b/arch/arm/mach-mxc91231/Makefile @@ -1,2 +1,2 @@ -obj-y := mm.o clock.o devices.o system.o +obj-y := mm.o clock.o devices.o system.o iomux.o obj-$(CONFIG_MACH_MAGX_ZN5) += magx-zn5.o |