diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-10-14 11:11:45 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-10-14 11:11:45 +0300 |
commit | 6edcf57233108df2e50ab5d3fa695ea958b4c779 (patch) | |
tree | 7f233132de3cf1d438ac5ca51cfa6e9c48f8b86f /scripts/Makefile.build | |
parent | 1e4078f0bba46ad61b69548abe6a6faf63b89380 (diff) | |
parent | 3dd40cb320fee7c23b574ab821ce140ccd1281c9 (diff) | |
download | linux-6edcf57233108df2e50ab5d3fa695ea958b4c779.tar.xz |
Merge branch 'core/urgent' into x86/asm, to pick up dependency
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r-- | scripts/Makefile.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 2e3a10e79ca9..061d0c3a420a 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -265,6 +265,8 @@ objtool_args += --no-fp endif ifdef CONFIG_GCOV_KERNEL objtool_args += --no-unreachable +else +objtool_args += $(call cc-ifversion, -lt, 0405, --no-unreachable) endif # 'OBJECT_FILES_NON_STANDARD := y': skip objtool checking for a directory |