Forum Discussion
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...
Altera_Forum
Honored Contributor
19 years agoThanks, but what i really want to know is there a quicker way to generate the module rather than going through
make make linux image; E.g. if I change a line of code when debugging the driver, it would take me 2 minutes to find out if there there is an error in the driver code. How do I make building the kernel driver module as a separate project ?