diff options
author | Igor Nabirushkin <inabirushkin@nvidia.com> | 2014-09-29 00:40:57 +0400 |
---|---|---|
committer | Winnie Hsu <whsu@nvidia.com> | 2015-01-29 22:02:03 -0800 |
commit | 23fae3a5f0a959efbe83c00558379d44f3c8dfa0 (patch) | |
tree | 72c5e88483ba8a10af8a5af484831439a5bd8059 /drivers/misc | |
parent | e1ed05e3358062b7059ae9718e363f3fb8797da1 (diff) |
misc: tegra_profiler: enable Werror flag
Bug 1559160
Bug 1598009
Change-Id: I73fcaed4f6fb97d2dce6efe16573c5b90c82fde0
Signed-off-by: Igor Nabirushkin <inabirushkin@nvidia.com>
Reviewed-on: http://git-master/r/542493
(cherry picked from commit bbb307ed7ce749dc7425a50b45c5db773067362a)
Reviewed-on: http://git-master/r/672022
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/tegra-profiler/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/tegra-profiler/Makefile b/drivers/misc/tegra-profiler/Makefile index fd22ff488cff..577920fd018c 100644 --- a/drivers/misc/tegra-profiler/Makefile +++ b/drivers/misc/tegra-profiler/Makefile @@ -13,6 +13,8 @@ # Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. # +ccflags-y += -Werror + obj-$(CONFIG_TEGRA_PROFILER) := tegra-profiler.o tegra-profiler-y := \ |