aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index 34d9e9ce97c2..e7889f486ca1 100644
--- a/scripts/Makefile.build
+++ b/scripts/Makefile.build
@@ -239,6 +239,7 @@ cmd_record_mcount = \
239 "$(CC_FLAGS_FTRACE)" ]; then \ 239 "$(CC_FLAGS_FTRACE)" ]; then \
240 $(sub_cmd_record_mcount) \ 240 $(sub_cmd_record_mcount) \
241 fi; 241 fi;
242endif # -record-mcount
242endif # CONFIG_FTRACE_MCOUNT_RECORD 243endif # CONFIG_FTRACE_MCOUNT_RECORD
243 244
244ifdef CONFIG_STACK_VALIDATION 245ifdef CONFIG_STACK_VALIDATION
@@ -263,7 +264,6 @@ ifneq ($(RETPOLINE_CFLAGS),)
263 objtool_args += --retpoline 264 objtool_args += --retpoline
264endif 265endif
265endif 266endif
266endif
267 267
268 268
269ifdef CONFIG_MODVERSIONS 269ifdef CONFIG_MODVERSIONS