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 4dc5c03 commit ff42262Copy full SHA for ff42262
scripts/Makefile.lib
@@ -257,7 +257,7 @@ objtool-args-$(CONFIG_MITIGATION_SLS) += --sls
257
objtool-args-$(CONFIG_STACK_VALIDATION) += --stackval
258
objtool-args-$(CONFIG_HAVE_STATIC_CALL_INLINE) += --static-call
259
objtool-args-$(CONFIG_HAVE_UACCESS_VALIDATION) += --uaccess
260
-objtool-args-$(CONFIG_GCOV_KERNEL) += --no-unreachable
+objtool-args-$(or $(CONFIG_GCOV_KERNEL),$(CONFIG_KCOV)) += --no-unreachable
261
objtool-args-$(CONFIG_PREFIX_SYMBOLS) += --prefix=$(CONFIG_FUNCTION_PADDING_BYTES)
262
263
objtool-args = $(objtool-args-y) \
0 commit comments