diff options
Diffstat (limited to 'scripts/Makefile.build')
-rw-r--r-- | scripts/Makefile.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index a8e7ba9f73e8..6a6be9f440cf 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build | |||
@@ -236,10 +236,8 @@ ifdef CONFIG_GCOV_KERNEL | |||
236 | objtool_args += --no-unreachable | 236 | objtool_args += --no-unreachable |
237 | endif | 237 | endif |
238 | ifdef CONFIG_RETPOLINE | 238 | ifdef CONFIG_RETPOLINE |
239 | ifneq ($(RETPOLINE_CFLAGS),) | ||
240 | objtool_args += --retpoline | 239 | objtool_args += --retpoline |
241 | endif | 240 | endif |
242 | endif | ||
243 | 241 | ||
244 | 242 | ||
245 | ifdef CONFIG_MODVERSIONS | 243 | ifdef CONFIG_MODVERSIONS |