summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/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 /arch/arm/mach-imx/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 'arch/arm/mach-imx/Makefile')
-rw-r--r--arch/arm/mach-imx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index ff8f15b8c0..b703ed1dcd 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -1,4 +1,4 @@
-obj-y += clocksource.o gpio.o
+obj-y += clocksource.o
obj-$(CONFIG_ARCH_IMX1) += imx1.o iomux-v1.o clk-imx1.o
obj-$(CONFIG_ARCH_IMX25) += imx25.o iomux-v3.o clk-imx25.o
obj-$(CONFIG_ARCH_IMX21) += imx21.o iomux-v1.o clk-imx21.o