diff options
author | Juha Tukkinen <jtukkinen@nvidia.com> | 2012-09-10 16:59:55 +0300 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2012-09-11 13:55:57 -0700 |
commit | 8e9a114a2b9e26340cf9ac02e20b9863d0d188fd (patch) | |
tree | 83dcebe1378c790ebd6cc29adbbaea2fdcf2b8c5 /drivers/cpuidle | |
parent | 88a359c84ef588ad364faa4d409d73490336bc27 (diff) |
cpuidle: Add GCOV_PROFILE
Include cpuidle in GCOV profiling when enabled by defconfig.
Change-Id: Ic5a891a2b2683405606770f86393f7f73928d8ea
Signed-off-by: Juha Tukkinen <jtukkinen@nvidia.com>
Reviewed-on: http://git-master/r/131126
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/cpuidle')
-rw-r--r-- | drivers/cpuidle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpuidle/Makefile b/drivers/cpuidle/Makefile index 5634f88379df..743b03fe93f2 100644 --- a/drivers/cpuidle/Makefile +++ b/drivers/cpuidle/Makefile @@ -1,5 +1,6 @@ # # Makefile for cpuidle. # +GCOV_PROFILE := y obj-y += cpuidle.o driver.o governor.o sysfs.o governors/ |