I am experimenting with some modules being built into the kernel or as loadable modules. The only way I manage to avoid linking errors after changing the config file is to run the build_kernel.sh command again, which cleans all the existing object files and therefore the build takes long.
Is there a quicker way to rebuild the kernel when changing the config file?