summaryrefslogtreecommitdiffstats
path: root/drivers/sh/pfc/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-07-10 11:49:30 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-07-10 11:49:30 +0900
commitafae021abeadc58aec5074f26a1d62912773edf7 (patch)
tree87b4bf236101a53051893b14795a79e08ad64916 /drivers/sh/pfc/Makefile
parent06d5631f56460917af3d9417ef63811cf0cad9ce (diff)
downloadop-kernel-dev-afae021abeadc58aec5074f26a1d62912773edf7.zip
op-kernel-dev-afae021abeadc58aec5074f26a1d62912773edf7.tar.gz
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/pfc/Makefile')
-rw-r--r--drivers/sh/pfc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/sh/pfc/Makefile b/drivers/sh/pfc/Makefile
new file mode 100644
index 0000000..d8170774
--- /dev/null
+++ b/drivers/sh/pfc/Makefile
@@ -0,0 +1,2 @@
+obj-y += core.o
+obj-$(CONFIG_GPIO_SH_PFC) += gpio.o
OpenPOWER on IntegriCloud