
____________________________________________________________________________________________________________________
241 / 265
see your item in Device Drivers -> Character devices. Press the space key it will be marked
“<M>”. This means this souce code will be compiled as a module. Press the space key again
it will be marked “<*>”. This means it will be compiled into the kernel. Here we chose
“<M>”
Step2: the previous step still cannot include it into the kernel when compiling. You need
tolinkthe kernel configuration to the source code in “makefile”. Open
“linux-2.6.36/drivers/char/Makefile”, add the marked line shown below, save and exit
Kommentare zu diesen Handbüchern