diff options
author | Deepak Nibade <dnibade@nvidia.com> | 2012-07-24 13:32:02 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-07-31 14:58:20 -0700 |
commit | 2498dd8f268f383ec00902976874726ae0bd4cb8 (patch) | |
tree | fa0dd76a93cecbb94b4a6cd15b962120c71b89c5 /drivers/gpio | |
parent | 5791cf051fa1c520c29100b5c76d38d52ac3fd41 (diff) |
gpio: tegra: treat warnings as errors
add compilation flag to treat warnings as errors
bug 949219
Change-Id: Icc202aabd0a43a7c48a32e40fdf7bffe0142c2ff
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Diffstat (limited to 'drivers/gpio')
-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 4ef6785f446b..022d71a4090a 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -48,6 +48,7 @@ obj-$(CONFIG_GPIO_SCH) += gpio-sch.o obj-$(CONFIG_GPIO_STMPE) += gpio-stmpe.o obj-$(CONFIG_GPIO_SX150X) += gpio-sx150x.o obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o +CFLAGS_gpio-tegra.o = -Werror obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o |