Dec. 2, 2015
10:56 a.m.
On Wed, Dec 2, 2015 at 11:39 AM, Bogicevic Sasa <brutallesale@gmail.com> wrote:
Well, when I pull staging tree and go to drivers/pci/hotplug I get c and h files. Am I supposed to first compile the kernel make changes and compile again to be anle to compare ?
Something like that. Take a look to the script itself, the usage example should be quite clear +# usage example: +# +# $ git checkout COMMIT_A +# $ <your fancy build command here> +# $ ./scripts/objdiff record path/to/*.o +# +# $ git checkout COMMIT_B +# $ <your fancy build command here> +# $ ./scripts/objdiff record path/to/*.o +# +# $ ./scripts/objdiff diff COMMIT_A COMMIT_B +# $ Regards, Bojan