aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/gcov/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/gcov/Makefile b/kernel/gcov/Makefile
index 52aa7e8de927..6f01fa3d9ca1 100644
--- a/kernel/gcov/Makefile
+++ b/kernel/gcov/Makefile
@@ -21,7 +21,7 @@ else
21# is not available. We can probably move if-lt to Kbuild.include, so it's also 21# is not available. We can probably move if-lt to Kbuild.include, so it's also
22# not defined during clean or to include Kbuild.include in 22# not defined during clean or to include Kbuild.include in
23# scripts/Makefile.clean. But the following workaround seems least invasive. 23# scripts/Makefile.clean. But the following workaround seems least invasive.
24 cc-ver := $(if $(call cc-version),$(call cc-version),0) 24 cc-ver := $(if $(cc-version),$(cc-version),0)
25endif 25endif
26 26
27obj-$(CONFIG_GCOV_KERNEL) := base.o fs.o 27obj-$(CONFIG_GCOV_KERNEL) := base.o fs.o