summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/Makefile
diff options
context:
space:
mode:
authorChao Xie2012-08-27 04:54:01 +0200
committerHaojian Zhuang2012-09-08 17:37:51 +0200
commit9e73d6982314a903beebb2e47e585a9804f237cf (patch)
tree66b0703c5d05ad274be155ab2d20444d5da74217 /arch/arm/mach-mmp/Makefile
parentarm: mmp: move pxa168 clock definition to separated file (diff)
downloadkernel-qcow2-linux-9e73d6982314a903beebb2e47e585a9804f237cf.tar.gz
kernel-qcow2-linux-9e73d6982314a903beebb2e47e585a9804f237cf.tar.xz
kernel-qcow2-linux-9e73d6982314a903beebb2e47e585a9804f237cf.zip
arm: mmp: move pxa910 clock definition to separated file
move pxa910 clock definition to another file. Then pxa910 can choose common clock framework or private clock framework. Signed-off-by: Chao Xie <xiechao.mail@gmail.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
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 bb63f86185a9..ac0e8858c9d8 100644
--- a/arch/arm/mach-mmp/Makefile
+++ b/arch/arm/mach-mmp/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_CPU_MMP2) += mmp2.o sram.o
ifeq ($(CONFIG_COMMON_CLK), )
obj-y += clock.o
obj-$(CONFIG_CPU_PXA168) += clock-pxa168.o
+obj-$(CONFIG_CPU_PXA910) += clock-pxa910.o
endif
ifeq ($(CONFIG_PM),y)
obj-$(CONFIG_CPU_PXA910) += pm-pxa910.o