diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 232485ec5265..5ed4cbf1e0e1 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build | |||
@@ -199,8 +199,9 @@ cmd_modversions = \ | |||
199 | endif | 199 | endif |
200 | 200 | ||
201 | ifdef CONFIG_FTRACE_MCOUNT_RECORD | 201 | ifdef CONFIG_FTRACE_MCOUNT_RECORD |
202 | cmd_record_mcount = $(srctree)/scripts/recordmcount.pl "$(ARCH)" \ | 202 | cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl \ |
203 | "$(OBJDUMP)" "$(OBJCOPY)" "$(CC)" "$(LD)" "$(NM)" "$(RM)" "$(MV)" "$(@)"; | 203 | "$(ARCH)" "$(OBJDUMP)" "$(OBJCOPY)" "$(CC)" "$(LD)" "$(NM)" "$(RM)" \ |
204 | "$(MV)" "$(@)"; | ||
204 | endif | 205 | endif |
205 | 206 | ||
206 | define rule_cc_o_c | 207 | define rule_cc_o_c |