makefile

How to: Compile Linux kernel modules

by LinuxTitli on August 22, 2005 · 50 comments

This is one the essential and important task. Many time we upgrade our kernel and some precompiled drivers won’t work with Linux. Especially if you have weird hardware; then vendor may send you driver code aka C files to compile. Or even you can write your own Linux kernel driver. Compiling kernel driver is easy. [...]

{ 50 comments }