Skip to content

Commit

Permalink
arm: mmp: make private clock definition exclude from common clock
Browse files Browse the repository at this point in the history
the clock.c is mmp private implementation, make it excluded
from common clock framework

Signed-off-by: Chao Xie <xiechao.mail@gmail.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
  • Loading branch information
Chao Xie authored and Haojian Zhuang committed Sep 8, 2012
1 parent 4cbe5a5 commit 699c9d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm/mach-mmp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
# Makefile for Marvell's PXA168 processors line
#

obj-y += common.o clock.o devices.o time.o irq.o
obj-y += common.o devices.o time.o irq.o

# SoC support
obj-$(CONFIG_CPU_PXA168) += pxa168.o
obj-$(CONFIG_CPU_PXA910) += pxa910.o
obj-$(CONFIG_CPU_MMP2) += mmp2.o sram.o

ifeq ($(CONFIG_COMMON_CLK), )
obj-y += clock.o
endif
ifeq ($(CONFIG_PM),y)
obj-$(CONFIG_CPU_PXA910) += pm-pxa910.o
obj-$(CONFIG_CPU_MMP2) += pm-mmp2.o
Expand Down

0 comments on commit 699c9d3

Please sign in to comment.