summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-07-05 08:02:49 (GMT)
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-05 08:02:49 (GMT)
commit07bd1a6cc7cbb3f373fbe49b204c6cde5e9155fc (patch)
tree94a09785b99feebe4c83e836a976fe7fbf146813 /arch/arm/plat-mxc/Makefile
parente3d13ff4b9d3b05d7a969153e2c049548e25deea (diff)
downloadlinux-fsl-qoriq-07bd1a6cc7cbb3f373fbe49b204c6cde5e9155fc.tar.xz
MXC arch: Add gpio support for the whole platform
This patch bases on the one from Daniel Mack. The most important change to Daniel's patch is to be more generic. This gpio routine supports at least the i.MX27 and i.MX31 processors. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de> Acked-by: Daniel Mack <daniel@caiaq.de>
Diffstat (limited to 'arch/arm/plat-mxc/Makefile')
-rw-r--r--arch/arm/plat-mxc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile
index 3eb181c..66272a6 100644
--- a/arch/arm/plat-mxc/Makefile
+++ b/arch/arm/plat-mxc/Makefile
@@ -3,4 +3,4 @@
#
# Common support
-obj-y := irq.o clock.o
+obj-y := irq.o clock.o gpio.o