Is there a convenient way to track the kernel .config file? Every time I run make menuconfig , .config is edited and changed, even if I do not change any value.
When I execute diff, .config seems different, but it just messed up with the lines:
same lines, but at different position
From the point of view of make , the same file. From a git point of view, this is a completely different file with lots of new / edited lines.
I feel like I'm missing something. This should be the right way to track the .config file :)
thanks
source share