diff options
author | Alexander Stein <alexanders83@web.de> | 2016-02-24 20:54:32 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-14 14:05:40 +0200 |
commit | 4dd4dd1d21206cd05f5da031d709e9de8567957f (patch) | |
tree | d274ed46a394c21eb6f2f0669b6444f9ed0ccaf0 /drivers/gpio/Makefile | |
parent | 1e4a80640338924b9f9fd7a121ac31d08134410a (diff) | |
download | blackbird-op-linux-4dd4dd1d21206cd05f5da031d709e9de8567957f.tar.gz blackbird-op-linux-4dd4dd1d21206cd05f5da031d709e9de8567957f.zip |
gpio: tegra: Allow compile test
Allow compile testing this driver by adding a new config option which
is enabled by default and depends on the old symbol or COMPILE_TEST.
Signed-off-by: Alexander Stein <alexanders83@web.de>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 40ab9134a40c..74eb1a7b20c5 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -95,7 +95,7 @@ obj-$(CONFIG_GPIO_SX150X) += gpio-sx150x.o obj-$(CONFIG_GPIO_SYSCON) += gpio-syscon.o obj-$(CONFIG_GPIO_TB10X) += gpio-tb10x.o obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o -obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o +obj-$(CONFIG_GPIO_TEGRA) += gpio-tegra.o obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o obj-$(CONFIG_GPIO_PALMAS) += gpio-palmas.o obj-$(CONFIG_GPIO_TPIC2810) += gpio-tpic2810.o |