diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/gcov/Makefile | 2 |
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) |
25 | endif | 25 | endif |
26 | 26 | ||
27 | obj-$(CONFIG_GCOV_KERNEL) := base.o fs.o | 27 | obj-$(CONFIG_GCOV_KERNEL) := base.o fs.o |