summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/cpuquiet/governors/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpuquiet/governors/Makefile b/drivers/cpuquiet/governors/Makefile
index ad1a414447cf..49f9a948869f 100644
--- a/drivers/cpuquiet/governors/Makefile
+++ b/drivers/cpuquiet/governors/Makefile
@@ -1,3 +1,5 @@
+GCOV_PROFILE := y
+
obj-$(CONFIG_CPUQUIET_GOVERNOR_USERSPACE) += userspace.o
obj-$(CONFIG_CPUQUIET_GOVERNOR_BALANCED) += balanced.o
obj-$(CONFIG_CPUQUIET_GOVERNOR_RUNNABLE) += runnable_threads.o