summaryrefslogtreecommitdiff
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorGabriel Huau <contact@huau-gabriel.fr>2012-05-02 10:49:55 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-03 08:50:20 (GMT)
commit5d889ae79eee6d65b992ec29b8f8901e006ffa35 (patch)
tree19877be6e841ee5e8b475fe6c161572e6787514e /drivers/gpio/Makefile
parent35729c6cb310d8bdfcf32ec0c23f226c714efda3 (diff)
downloadu-boot-fsl-qoriq-5d889ae79eee6d65b992ec29b8f8901e006ffa35.tar.xz
ARM : Add GPIO Driver and IOMUX definition for S3C2440
It's now possible to use the gpio driver interface for s3c2440. This patch add iomux definitions too. Signed-off-by: Gabriel Huau <contact@huau-gabriel.fr>
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 17f4b73..d50ac3b 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -44,6 +44,7 @@ COBJS-$(CONFIG_SH_GPIO_PFC) += sh_pfc.o
COBJS-$(CONFIG_OMAP_GPIO) += omap_gpio.o
COBJS-$(CONFIG_DB8500_GPIO) += db8500_gpio.o
COBJS-$(CONFIG_BCM2835_GPIO) += bcm2835_gpio.o
+COBJS-$(CONFIG_S3C2440_GPIO) += s3c2440_gpio.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)