diff options
author | Konsta Holtta <kholtta@nvidia.com> | 2013-01-07 15:14:45 +0200 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 12:49:36 -0700 |
commit | eab21ca0a8132838ba02f90fff11d5c6da3792d6 (patch) | |
tree | 3493f3a48ff18f37fddeee07f63c363d252f27fd /drivers/leds | |
parent | b48c2dac418ebf30bb2fb54e703469868b50ee3c (diff) |
leds: Add GCOV_PROFILE
Include leds in GCOV profiling when enabled by defconfig.
Change-Id: I14550d5660364d133d7318b218645e99ee36f1e4
Signed-off-by: Konsta Holtta <kholtta@nvidia.com>
Reviewed-on: http://git-master/r/189997
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 7c12d1b70f4a..22fc59fa8b2a 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -1,4 +1,6 @@ +GCOV_PROFILE := y + # LED Core obj-$(CONFIG_NEW_LEDS) += led-core.o obj-$(CONFIG_LEDS_CLASS) += led-class.o |