summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-05-06 09:30:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-06 09:30:53 +0200
commit740f01feb7a86161362d05dbc0f9b5cf8c4159b5 (patch)
tree165d73b6d9403f04b2ede1914b9f606d77845fc1 /drivers/gpio/Makefile
parente9a39d79b9c57dfe0e5736de9ed192cc6273a56b (diff)
parentfbcb481c60d80e76f3c5d537ae05d0adf01ac9e1 (diff)
downloadbarebox-740f01feb7a86161362d05dbc0f9b5cf8c4159b5.tar.gz
barebox-740f01feb7a86161362d05dbc0f9b5cf8c4159b5.tar.xz
Merge branch 'for-next/tegra'
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 205d5531bb..c1ec5bf772 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_GPIO_GENERIC) += gpio-generic.o
obj-$(CONFIG_GPIO_IMX) += gpio-imx.o
obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o
obj-$(CONFIG_GPIO_STMPE) += gpio-stmpe.o
+obj-$(CONFIG_GPIO_TEGRA) += gpio-tegra.o