I am working on project, where only small amount of kernel code {20%}is getting compiled.
I want to know if there is any way to find out what are the files actually compiled in a kernel image.
I found out that for every compiled file there is a "*.o.cmd" file which contains dependencies also.
Can anyone tell/explain me, how "*.o.cmd" files are getting generated?
I was looking @basic/fixdep.c file but didn't get any success.
Any pointers will be greatly appreciated.
Thanks