diff options
Diffstat (limited to 'drivers/pinctrl/sh-pfc/Makefile')
-rw-r--r-- | drivers/pinctrl/sh-pfc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/sh-pfc/Makefile b/drivers/pinctrl/sh-pfc/Makefile new file mode 100644 index 000000000000..6ba6fb26cde9 --- /dev/null +++ b/drivers/pinctrl/sh-pfc/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | sh-pfc-objs = core.o pinctrl.o | ||
2 | ifeq ($(CONFIG_GPIO_SH_PFC),y) | ||
3 | sh-pfc-objs += gpio.o | ||
4 | endif | ||
5 | obj-$(CONFIG_PINCTRL_SH_PFC) += sh-pfc.o | ||