Message ID | 20180709082036.11190-1-johannes@sipsolutions.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index e7889f486ca1..4f4557bc96f0 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -257,7 +257,8 @@ endif ifdef CONFIG_GCOV_KERNEL objtool_args += --no-unreachable else -objtool_args += $(call cc-ifversion, -lt, 0405, --no-unreachable) +_no_unreachable_lt_0405 := $(call cc-ifversion, -lt, 0405, --no-unreachable) +objtool_args += $(_no_unreachable_lt_0405) endif ifdef CONFIG_RETPOLINE ifneq ($(RETPOLINE_CFLAGS),)