diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/cpuquiet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/cpuquiet/Makefile b/drivers/cpuquiet/Makefile index e438defaacdd..229878c16fb2 100644 --- a/drivers/cpuquiet/Makefile +++ b/drivers/cpuquiet/Makefile @@ -1 +1,3 @@ +GCOV_PROFILE := y + obj-$(CONFIG_CPUQUIET_FRAMEWORK) += cpuquiet.o driver.o sysfs.o cpuquiet_attribute.o governor.o governors/ |