diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-07-10 11:49:30 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-07-10 11:49:30 +0900 |
commit | afae021abeadc58aec5074f26a1d62912773edf7 (patch) | |
tree | 87b4bf236101a53051893b14795a79e08ad64916 /drivers/sh/Makefile | |
parent | 06d5631f56460917af3d9417ef63811cf0cad9ce (diff) | |
download | linux-afae021abeadc58aec5074f26a1d62912773edf7.tar.bz2 |
sh: pfc: Shuffle PFC support core.
This follows the intc/clk changes and shuffles the PFC support code under
its own directory. This will facilitate better code sharing, and allow us
to trim down the exported interface by quite a margin.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh/Makefile')
-rw-r--r-- | drivers/sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile index f5d93e8de090..e57895b1a425 100644 --- a/drivers/sh/Makefile +++ b/drivers/sh/Makefile @@ -5,7 +5,7 @@ obj-y := intc/ obj-$(CONFIG_HAVE_CLK) += clk/ obj-$(CONFIG_MAPLE) += maple/ +obj-$(CONFIG_SH_PFC) += pfc/ obj-$(CONFIG_SUPERHYWAY) += superhyway/ -obj-$(CONFIG_SH_PFC) += pfc.o -obj-$(CONFIG_GPIO_SH_PFC) += pfc-gpio.o + obj-y += pm_runtime.o |