diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2011-11-11 15:55:37 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2012-01-09 20:10:33 -0600 |
commit | 4b5657938853ea3f478d86408e6534cb3a89ec11 (patch) | |
tree | 67a92c8705c04bdef5ca7ae09ccdfa97a5e62edd /drivers/gpio/Makefile | |
parent | 365d607033b8fcb0a8c27aabcb4bb05fb3b64465 (diff) | |
download | u-boot-imx-4b5657938853ea3f478d86408e6534cb3a89ec11.zip u-boot-imx-4b5657938853ea3f478d86408e6534cb3a89ec11.tar.gz u-boot-imx-4b5657938853ea3f478d86408e6534cb3a89ec11.tar.bz2 |
mpc83xx: Add a GPIO driver for the MPC83XX family
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
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 e22c096..4375a55 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -37,6 +37,7 @@ 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-$(CONFIG_MPC83XX_GPIO) += mpc83xx_gpio.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |