sh: clkfwk: Shuffle around to match the intc split up.

This shuffles the clock framework code around to a drivers/sh/clk subdir,
to follow the intc split up. This will make it easier to subsequently
break things out as well as plug in different helpers for non-CPG users.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2010-10-18 21:32:58 +09:00
부모 c2590f4a8d
커밋 de9186c257
4개의 변경된 파일16개의 추가작업 그리고 5개의 파일을 삭제

파일 보기

@@ -1,10 +1,9 @@
#
# Makefile for the SuperH specific drivers.
#
obj-y := clk.o intc/
obj-y := intc/
obj-$(CONFIG_SUPERHYWAY) += superhyway/
obj-$(CONFIG_HAVE_CLK) += clk/
obj-$(CONFIG_MAPLE) += maple/
obj-$(CONFIG_SUPERHYWAY) += superhyway/
obj-$(CONFIG_GENERIC_GPIO) += pfc.o
obj-$(CONFIG_SH_CLK_CPG) += clk-cpg.o