From 829c39db5c1ed7b8b04e2b90bd9713426132660e Mon Sep 17 00:00:00 2001 From: Sumit Singh Date: Tue, 22 Dec 2015 13:42:01 +0530 Subject: [PATCH] ASoC: tegra-alt: Enable Werror for tegra files Enable Werror for all the files under sound/soc/tegra-alt files, so that all the warnings are treated as errors. Bug 1454125 Change-Id: I71b761edeb5de94004b5f9868ca3c2f6fd2636f8 Signed-off-by: Sumit Singh Reviewed-on: http://git-master/r/925848 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Sachin Nikam --- sound/soc/tegra-alt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/tegra-alt/Makefile b/sound/soc/tegra-alt/Makefile index 6162c161..997aa25a 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -1,4 +1,5 @@ KBUILD_CFLAGS += -I$(srctree)/sound/soc/tegra-alt +subdir-ccflags-y += -Werror snd-soc-tegra186-alt-asrc-objs := tegra186_asrc_alt.o snd-soc-tegra186-alt-arad-objs := tegra186_arad_alt.o