summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/uniphier/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-14 02:40:01 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2015-07-16 07:39:38 (GMT)
commit6e908892025885b07e804dc6c05aab6ce1e06832 (patch)
tree735f157029293457be829f436c1c28c841b263d7 /drivers/pinctrl/uniphier/Makefile
parent0e948042c4203b97e44370993ef042c945308282 (diff)
downloadlinux-6e908892025885b07e804dc6c05aab6ce1e06832.tar.xz
pinctrl: UniPhier: add UniPhier pinctrl core support
The core support for the pinctrl drivers for all the UniPhier SoCs. Changes in v2: - drop vogus THIS_MODULE because this file is always built-in - drop vogus "include <linux/module.h> because this file is always built-in Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/uniphier/Makefile')
-rw-r--r--drivers/pinctrl/uniphier/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/uniphier/Makefile b/drivers/pinctrl/uniphier/Makefile
new file mode 100644
index 0000000..748aa1b
--- /dev/null
+++ b/drivers/pinctrl/uniphier/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_PINCTRL_UNIPHIER_CORE) += pinctrl-uniphier-core.o