summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-04-20 08:18:49 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-22 18:56:50 +0200
commit6c9bc19df226c992928c88989e5c369571f4cdbe (patch)
treea2c16b05ac8e62d7d6a2bad71f7066c705e3dad1 /drivers/gpio/Makefile
parent6fadf5c75e971b9e05c3c5ce39957612221dd9f0 (diff)
downloadbarebox-6c9bc19df226c992928c88989e5c369571f4cdbe.tar.gz
barebox-6c9bc19df226c992928c88989e5c369571f4cdbe.tar.xz
ARM: i.MX: Move GPIO driver to drivers/gpio
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 6a94430ec0..205d5531bb 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -3,5 +3,6 @@ obj-$(CONFIG_GPIOLIB) += gpiolib.o
obj-$(CONFIG_GPIO_BCM2835) += gpio-bcm2835.o
obj-$(CONFIG_GPIO_CLPS711X) += gpio-clps711x.o
obj-$(CONFIG_GPIO_GENERIC) += gpio-generic.o
+obj-$(CONFIG_GPIO_IMX) += gpio-imx.o
obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o
obj-$(CONFIG_GPIO_STMPE) += gpio-stmpe.o