X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=scripts%2FMakefile.build;h=0b94d2fa3a883ce4cf1b9bdd6219e30bc338f480;hb=efc8e7f4c83dc85acbf5f54a8b1b24ae75b20aaa;hp=341b58902ffced6d70801f6e90ea85f60bcee88d;hpb=83be7d764dc4b860712e392197ec27645f9d74a8;p=linux-2.6-block.git diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 341b58902ffc..0b94d2fa3a88 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -207,6 +207,7 @@ endif ifdef CONFIG_FTRACE_MCOUNT_RECORD cmd_record_mcount = set -e ; perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \ + "$(if $(CONFIG_CPU_BIG_ENDIAN),big,little)" \ "$(if $(CONFIG_64BIT),64,32)" \ "$(OBJDUMP)" "$(OBJCOPY)" "$(CC)" "$(LD)" "$(NM)" "$(RM)" "$(MV)" \ "$(if $(part-of-module),1,0)" "$(@)";