From 9e73d6982314a903beebb2e47e585a9804f237cf Mon Sep 17 00:00:00 2001 From: Chao Xie Date: Mon, 27 Aug 2012 10:54:01 +0800 Subject: 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 Signed-off-by: Haojian Zhuang --- arch/arm/mach-mmp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-mmp/Makefile') diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile index bb63f86..ac0e885 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 -- cgit v1.1