diff options
author | Stefan Roese <sr@denx.de> | 2012-02-14 14:01:36 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:42 +0200 |
commit | 2cb06a4fda4e7a88c734adaec9eeb5059e50f76b (patch) | |
tree | 581488a2e1a1a20c37c5cb6ebc2a4557423608a9 /drivers/gpio/Makefile | |
parent | ef76025a99247cdb8f927a2c9f15400678dfb599 (diff) | |
download | u-boot-2cb06a4fda4e7a88c734adaec9eeb5059e50f76b.zip u-boot-2cb06a4fda4e7a88c734adaec9eeb5059e50f76b.tar.gz u-boot-2cb06a4fda4e7a88c734adaec9eeb5059e50f76b.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 5ae68d5..32a2474 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 |