summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-11-21 22:00:37 +0100
committerWolfgang Denk <wd@denx.de>2011-11-21 22:00:37 +0100
commitc829ff2e3d1bec9b2019480d82638149327db99e (patch)
tree0bd760629b01f50e0829405abebaa66d1332b7c1 /drivers/gpio/Makefile
parent05622191e510e495b6a06da6342126e80a3fed8f (diff)
parent4279c53e5b594ed9b09c752df3cf0b4eacf57788 (diff)
downloadtalos-obmc-uboot-c829ff2e3d1bec9b2019480d82638149327db99e.tar.gz
talos-obmc-uboot-c829ff2e3d1bec9b2019480d82638149327db99e.zip
Merge branch 'master' of git://git.denx.de/u-boot-nios
* 'master' of git://git.denx.de/u-boot-nios: nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet(). board/nios2-generic: Use altera_pio driver and remove board specific driver gpio: Add driver for Altera's PIO core nios2: Pseudo implement dcache_status/enable/disable()
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 e1142d14be..e22c09689d 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -36,6 +36,7 @@ COBJS-$(CONFIG_PCA9698) += pca9698.o
COBJS-$(CONFIG_S5P) += s5p_gpio.o
COBJS-$(CONFIG_TEGRA2_GPIO) += tegra2_gpio.o
COBJS-$(CONFIG_DA8XX_GPIO) += da8xx_gpio.o
+COBJS-$(CONFIG_ALTERA_PIO) += altera_pio.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OpenPOWER on IntegriCloud