summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2012-10-24 23:38:58 +0200
committerLinus Walleij2012-11-11 19:05:57 +0100
commit06763c741b0a19160482c9b34e5bbc3e50dba79a (patch)
treeddb63e13898f4dc1957b2250517f97e0a4030d08 /drivers/pinctrl/mvebu/Makefile
parentpinctrl: mvebu: remove useless include (diff)
downloadkernel-qcow2-linux-06763c741b0a19160482c9b34e5bbc3e50dba79a.tar.gz
kernel-qcow2-linux-06763c741b0a19160482c9b34e5bbc3e50dba79a.tar.xz
kernel-qcow2-linux-06763c741b0a19160482c9b34e5bbc3e50dba79a.zip
pinctrl: mvebu: move to its own directory
Like the spear platform, the mvebu platform has multiple files: one core file, and then one file per SoC family. More files will be added later, as support for mach-orion5x and mach-mv78xx0 SoCs is added to pinctrl-mvebu. For those reasons, having a separate subdirectory, drivers/pinctrl/mvebu/ makes sense, and it had already been suggested by Linus Wallej when the driver was originally submitted. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/mvebu/Makefile')
-rw-r--r--drivers/pinctrl/mvebu/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pinctrl/mvebu/Makefile b/drivers/pinctrl/mvebu/Makefile
new file mode 100644
index 000000000000..37c253297af0
--- /dev/null
+++ b/drivers/pinctrl/mvebu/Makefile
@@ -0,0 +1,5 @@
+obj-$(CONFIG_PINCTRL_MVEBU) += pinctrl-mvebu.o
+obj-$(CONFIG_PINCTRL_DOVE) += pinctrl-dove.o
+obj-$(CONFIG_PINCTRL_KIRKWOOD) += pinctrl-kirkwood.o
+obj-$(CONFIG_PINCTRL_ARMADA_370) += pinctrl-armada-370.o
+obj-$(CONFIG_PINCTRL_ARMADA_XP) += pinctrl-armada-xp.o