diff options
author | Chao Xie <chao.xie@marvell.com> | 2012-08-26 22:54:01 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-09-08 11:37:51 -0400 |
commit | 9e73d6982314a903beebb2e47e585a9804f237cf (patch) | |
tree | 66b0703c5d05ad274be155ab2d20444d5da74217 /arch/arm/mach-mmp/Makefile | |
parent | 50d0e24499787a39e5fa585a770591648a9760fd (diff) |
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 | |||
12 | ifeq ($(CONFIG_COMMON_CLK), ) | 12 | ifeq ($(CONFIG_COMMON_CLK), ) |
13 | obj-y += clock.o | 13 | obj-y += clock.o |
14 | obj-$(CONFIG_CPU_PXA168) += clock-pxa168.o | 14 | obj-$(CONFIG_CPU_PXA168) += clock-pxa168.o |
15 | obj-$(CONFIG_CPU_PXA910) += clock-pxa910.o | ||
15 | endif | 16 | endif |
16 | ifeq ($(CONFIG_PM),y) | 17 | ifeq ($(CONFIG_PM),y) |
17 | obj-$(CONFIG_CPU_PXA910) += pm-pxa910.o | 18 | obj-$(CONFIG_CPU_PXA910) += pm-pxa910.o |