diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-18 08:32:58 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-18 08:32:58 -0400 |
commit | de9186c257acb06ca8187cff1c94412b5f80a3bd (patch) | |
tree | 5f863be8c11182f5390c375b70c5e1e95bddcafd /drivers/sh/Makefile | |
parent | c2590f4a8ddf461d33ac2085d966432b2a6a09f2 (diff) |
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>
Diffstat (limited to 'drivers/sh/Makefile')
-rw-r--r-- | drivers/sh/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile index 50dd5a65f72e..24e6cec0ae8d 100644 --- a/drivers/sh/Makefile +++ b/drivers/sh/Makefile | |||
@@ -1,10 +1,9 @@ | |||
1 | # | 1 | # |
2 | # Makefile for the SuperH specific drivers. | 2 | # Makefile for the SuperH specific drivers. |
3 | # | 3 | # |
4 | obj-y := clk.o intc/ | 4 | obj-y := intc/ |
5 | 5 | ||
6 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ | 6 | obj-$(CONFIG_HAVE_CLK) += clk/ |
7 | obj-$(CONFIG_MAPLE) += maple/ | 7 | obj-$(CONFIG_MAPLE) += maple/ |
8 | 8 | obj-$(CONFIG_SUPERHYWAY) += superhyway/ | |
9 | obj-$(CONFIG_GENERIC_GPIO) += pfc.o | 9 | obj-$(CONFIG_GENERIC_GPIO) += pfc.o |
10 | obj-$(CONFIG_SH_CLK_CPG) += clk-cpg.o | ||