From 9fac242eb449b68905fd1c4b74fd94dd8ddcbc79 Mon Sep 17 00:00:00 2001 From: Juha Tukkinen Date: Tue, 8 Nov 2011 15:48:34 +0200 Subject: gcov-kernel: Add GCOV_KERNEL := y to Makefiles These changes have no effect if CONFIG_GCOV_KERNEL is not set in defconfig. It is easier to trigger GCOV for kernel if this patch is in by only setting the before mentioned flag. Change-Id: I8aade309da2da62c4b3889bd84e4123ba8f182da Signed-off-by: Juha Tukkinen Reviewed-on: http://git-master/r/62999 Reviewed-by: Rohan Somvanshi Tested-by: Rohan Somvanshi Rebase-Id: R4c238f707f1db600f188ae83426336753992b7be --- drivers/input/keyboard/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/input') diff --git a/drivers/input/keyboard/Makefile b/drivers/input/keyboard/Makefile index 252fee12bf95..eaa5eda68a43 100644 --- a/drivers/input/keyboard/Makefile +++ b/drivers/input/keyboard/Makefile @@ -1,6 +1,7 @@ # # Makefile for the input core drivers. # +GCOV_PROFILE_tegra-kbc.o := y # Each configuration option enables a list of files. -- cgit v1.2.3