diff options
author | Chao Xie <chao.xie@marvell.com> | 2012-08-27 10:54:01 +0800 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-09-08 23:37:51 +0800 |
commit | 9e73d6982314a903beebb2e47e585a9804f237cf (patch) | |
tree | 66b0703c5d05ad274be155ab2d20444d5da74217 /arch/arm/mach-mmp/Makefile | |
parent | 50d0e24499787a39e5fa585a770591648a9760fd (diff) | |
download | blackbird-op-linux-9e73d6982314a903beebb2e47e585a9804f237cf.tar.gz blackbird-op-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/Makefile | 1 |
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 |