I have a situation here where I need to build same kernel against different configs. Now I was trying to build the kernel without doing a make clean but this gives me problem. There is possibility that one config has some drivers as built in and other may have same drive as a module. In my case, I want to avoid make clean to save time! Compiling a fresh kernel takes allot time and since, I've compiled the same kernel before with only few driver/modules changed, I would like to know any alternate option than cleaning the whole kernel.
Thanks!