summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2012-02-14 14:01:36 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:42 +0200
commit2cb06a4fda4e7a88c734adaec9eeb5059e50f76b (patch)
tree581488a2e1a1a20c37c5cb6ebc2a4557423608a9 /drivers/gpio/Makefile
parentef76025a99247cdb8f927a2c9f15400678dfb599 (diff)
downloadtalos-obmc-uboot-2cb06a4fda4e7a88c734adaec9eeb5059e50f76b.tar.gz
talos-obmc-uboot-2cb06a4fda4e7a88c734adaec9eeb5059e50f76b.zip
GPIO: Add SPEAr GPIO driver
Tested on x600 (SPEAr600). Signed-off-by: Stefan Roese <sr@denx.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 5ae68d5ba8..32a2474980 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -35,6 +35,7 @@ COBJS-$(CONFIG_PCA953X) += pca953x.o
COBJS-$(CONFIG_PCA9698) += pca9698.o
COBJS-$(CONFIG_S5P) += s5p_gpio.o
COBJS-$(CONFIG_SANDBOX_GPIO) += sandbox.o
+COBJS-$(CONFIG_SPEAR_GPIO) += spear_gpio.o
COBJS-$(CONFIG_TEGRA_GPIO) += tegra_gpio.o
COBJS-$(CONFIG_DA8XX_GPIO) += da8xx_gpio.o
COBJS-$(CONFIG_ALTERA_PIO) += altera_pio.o
OpenPOWER on IntegriCloud