diff options
author | Wolfgang Denk <wd@denx.de> | 2011-11-21 22:00:37 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-21 22:00:37 +0100 |
commit | c829ff2e3d1bec9b2019480d82638149327db99e (patch) | |
tree | 0bd760629b01f50e0829405abebaa66d1332b7c1 /drivers/gpio/Makefile | |
parent | 05622191e510e495b6a06da6342126e80a3fed8f (diff) | |
parent | 4279c53e5b594ed9b09c752df3cf0b4eacf57788 (diff) | |
download | u-boot-imx-c829ff2e3d1bec9b2019480d82638149327db99e.zip u-boot-imx-c829ff2e3d1bec9b2019480d82638149327db99e.tar.gz u-boot-imx-c829ff2e3d1bec9b2019480d82638149327db99e.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index e1142d1..e22c096 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) |