summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/Makefile
diff options
context:
space:
mode:
authorHaojian Zhuang2012-04-19 11:46:53 +0200
committerHaojian Zhuang2012-05-05 10:37:57 +0200
commita56f9162dd2b160b7faff610116ddcfe33a59081 (patch)
treed403694c9ef87676595a531a818cc2052a88c28d /arch/arm/mach-mmp/Makefile
parentgpio: pxa: parse gpio from DTS file (diff)
downloadkernel-qcow2-linux-a56f9162dd2b160b7faff610116ddcfe33a59081.tar.gz
kernel-qcow2-linux-a56f9162dd2b160b7faff610116ddcfe33a59081.tar.xz
kernel-qcow2-linux-a56f9162dd2b160b7faff610116ddcfe33a59081.zip
ARM: mmp: support mmp2 with device tree
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mmp/Makefile')
-rw-r--r--arch/arm/mach-mmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile
index 77f63c12e0ba..b920b9bfbdb6 100644
--- a/arch/arm/mach-mmp/Makefile
+++ b/arch/arm/mach-mmp/Makefile
@@ -19,5 +19,6 @@ obj-$(CONFIG_MACH_BROWNSTONE) += brownstone.o
obj-$(CONFIG_MACH_FLINT) += flint.o
obj-$(CONFIG_MACH_MARVELL_JASPER) += jasper.o
obj-$(CONFIG_MACH_MMP_DT) += mmp-dt.o
+obj-$(CONFIG_MACH_MMP2_DT) += mmp2-dt.o
obj-$(CONFIG_MACH_TETON_BGA) += teton_bga.o
obj-$(CONFIG_MACH_GPLUGD) += gplugd.o