I am new to yocto and developing drivers. I got source code (alter_driver.c
and Makefile
) for the drivers but I don't have any idea how to compile and get altera_driver.ko
file, so that I can load that drivers and use them.
The version of yocto kernel is 3.0.32-yocto-standard which I got from terminal command uname -r
.
Please help me in compiling the drivers. Thank you.