aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sh/Makefile')
-rw-r--r--drivers/sh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/sh/Makefile b/drivers/sh/Makefile
index be5b2934f067..f5d93e8de090 100644
--- a/drivers/sh/Makefile
+++ b/drivers/sh/Makefile
@@ -6,5 +6,6 @@ obj-y := intc/
6obj-$(CONFIG_HAVE_CLK) += clk/ 6obj-$(CONFIG_HAVE_CLK) += clk/
7obj-$(CONFIG_MAPLE) += maple/ 7obj-$(CONFIG_MAPLE) += maple/
8obj-$(CONFIG_SUPERHYWAY) += superhyway/ 8obj-$(CONFIG_SUPERHYWAY) += superhyway/
9obj-$(CONFIG_GENERIC_GPIO) += pfc.o pfc-gpio.o 9obj-$(CONFIG_SH_PFC) += pfc.o
10obj-$(CONFIG_GPIO_SH_PFC) += pfc-gpio.o
10obj-y += pm_runtime.o 11obj-y += pm_runtime.o