diff options
author | Chao Xie <chao.xie@marvell.com> | 2012-08-27 02:54:02 (GMT) |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-09-08 15:38:19 (GMT) |
commit | 8430305dc3f3a286a337f1b4419c04afe55a2583 (patch) | |
tree | e5734fe16407a0b0a71e10cd6943a82466cf84f2 /arch/arm/mach-mmp/Makefile | |
parent | 9e73d6982314a903beebb2e47e585a9804f237cf (diff) | |
download | linux-8430305dc3f3a286a337f1b4419c04afe55a2583.tar.xz |
ARM: mmp: move mmp2 clock definition to separated file
move mmp2 clock definition to another file. Then mmp2 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 ac0e885..095c155 100644 --- a/arch/arm/mach-mmp/Makefile +++ b/arch/arm/mach-mmp/Makefile @@ -13,6 +13,7 @@ ifeq ($(CONFIG_COMMON_CLK), ) obj-y += clock.o obj-$(CONFIG_CPU_PXA168) += clock-pxa168.o obj-$(CONFIG_CPU_PXA910) += clock-pxa910.o +obj-$(CONFIG_CPU_MMP2) += clock-mmp2.o endif ifeq ($(CONFIG_PM),y) obj-$(CONFIG_CPU_PXA910) += pm-pxa910.o |