diff options
author | Chao Xie <chao.xie@marvell.com> | 2012-08-27 04:54:00 +0200 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-09-08 17:37:16 +0200 |
commit | 50d0e24499787a39e5fa585a770591648a9760fd (patch) | |
tree | 92c7ba18d4bd23558ada6354508f4491d499af75 /arch/arm/mach-mmp/Makefile | |
parent | arm: mmp: make private clock definition exclude from common clock (diff) | |
download | linux-50d0e24499787a39e5fa585a770591648a9760fd.tar.xz linux-50d0e24499787a39e5fa585a770591648a9760fd.zip |
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 <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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile index 815c3e74c24a..bb63f86185a9 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 |