Altera_Forum
Honored Contributor
19 years agodevice driver module
Hello,
I am currently writing a kernel device driver module. Added and modified Makefiles and Kconfig, and it seems to work. As I am actively developing and debugging code, it takes a long time everytime I change a line in this driver, and had to recompile the entire kernel. Does anyone how to just remake the module without having to make the entire kernel ?