From: Masahiro Yamada Date: Mon, 9 Jun 2014 02:16:38 +0000 (+0900) Subject: scripts: objdiff: change the extension of disassembly from .o to .dis X-Git-Tag: omap-for-v3.16/fixes-against-rc1~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b5d0f20d64f00ffd5685879f8eb3659379f5aaa;p=pandora-kernel.git scripts: objdiff: change the extension of disassembly from .o to .dis Prior to this commit, the command "scripts/objdiff record path/to/*.o" disassembled the given object into ".tmp_objdiff/path/to/*.o" file. The problem here is that recorded disassemblies are lost if we run "make clean" because it removes all the *.o files. Disassembled code should be dumped into *.dis instead of *.o files. Signed-off-by: Masahiro Yamada Acked-by: Jason Cooper Signed-off-by: Michal Marek --- Reading git-diff-tree failed