We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe7fd0 commit 715b345Copy full SHA for 715b345
scripts/Makefile.lib
@@ -263,7 +263,7 @@ objtool-args-$(CONFIG_SLS) += --sls
263
objtool-args-$(CONFIG_STACK_VALIDATION) += --stackval
264
objtool-args-$(CONFIG_HAVE_STATIC_CALL_INLINE) += --static-call
265
objtool-args-$(CONFIG_HAVE_UACCESS_VALIDATION) += --uaccess
266
-objtool-args-$(CONFIG_GCOV_KERNEL) += --no-unreachable
+objtool-args-$(or $(CONFIG_GCOV_KERNEL),$(CONFIG_KCOV)) += --no-unreachable
267
268
objtool-args = $(objtool-args-y) \
269
$(if $(delay-objtool), --link) \
0 commit comments