From 50d0e24499787a39e5fa585a770591648a9760fd Mon Sep 17 00:00:00 2001 From: Chao Xie Date: Mon, 27 Aug 2012 10:54:00 +0800 Subject: arm: mmp: move pxa168 clock definition to separated file move pxa168 clock definition to another file. Then pxa168 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 815c3e74c24..bb63f86185a 100644 --- a/arch/arm/mach-mmp/Makefile +++ b/arch/arm/mach-mmp/Makefile @@ -11,6 +11,7 @@ obj-$(CONFIG_CPU_MMP2) += mmp2.o sram.o ifeq ($(CONFIG_COMMON_CLK), ) obj-y += clock.o +obj-$(CONFIG_CPU_PXA168) += clock-pxa168.o endif ifeq ($(CONFIG_PM),y) obj-$(CONFIG_CPU_PXA910) += pm-pxa910.o -- cgit v1.2.3-70-g09d2