summaryrefslogtreecommitdiff
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorTom Warren <twarren.nvidia@gmail.com>2011-06-17 06:27:28 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 08:55:26 (GMT)
commit4e5ae09e56a205685824ebebc91fc43c8b0b973a (patch)
treedaba36fd40c7a020dfd47260f191327c11c8f6d6 /drivers/gpio/Makefile
parentf3108304e4c1f7c42fad858d8a73797bcd7f80c6 (diff)
downloadu-boot-4e5ae09e56a205685824ebebc91fc43c8b0b973a.tar.xz
GPIO: Tegra2: add GPIO driver for Tegra2
Signed-off-by: Tom Warren <twarren@nvidia.com>
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 a5fa2b5..1e3ae11 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -31,6 +31,7 @@ COBJS-$(CONFIG_MARVELL_MFP) += mvmfp.o
COBJS-$(CONFIG_MXC_GPIO) += mxc_gpio.o
COBJS-$(CONFIG_PCA953X) += pca953x.o
COBJS-$(CONFIG_S5P) += s5p_gpio.o
+COBJS-$(CONFIG_TEGRA2_GPIO) += tegra2_gpio.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)