]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - scripts/Makefile.build
tg3: Reformat SSID to phy ID table
[net-next-2.6.git] / scripts / Makefile.build
index 341b58902ffced6d70801f6e90ea85f60bcee88d..0b94d2fa3a883ce4cf1b9bdd6219e30bc338f480 100644 (file)
@@ -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)" "$(@)";