diff options
author | 2017-10-03 09:35:04 +1000 | |
---|---|---|
committer | 2017-10-03 09:35:04 +1000 | |
commit | ebec44a2456fbe5fe18aae88f6010f6878f0cb4a (patch) | |
tree | 427734722bdf3e807333329f33a6dbd6e95ec747 /scripts | |
parent | drm/amdgpu: use designated initialiser for thermal_irq_src. (diff) | |
parent | Linux 4.14-rc3 (diff) | |
download | wireguard-linux-ebec44a2456fbe5fe18aae88f6010f6878f0cb4a.tar.xz wireguard-linux-ebec44a2456fbe5fe18aae88f6010f6878f0cb4a.zip |
BackMerge tag 'v4.14-rc3' into drm-next
Linux 4.14-rc3
Requested by Daniel for the tracing build fix in fixes.
Diffstat (limited to 'scripts')
-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 |