|
obj-y in kernel 2.6 makefile creating problem.
hi all,
i've done a bit of module prgramming,wherein in makefile we
use obj-m option,and all object files and .ko are made in the directory.
but when i replace obj-m with obj-y,nothing happens.
obj-y is used to make themodule built-in as far as i know,but i havent come across any tutorial or howto,that elaborates about obj-y option,
can anyone tell or redirect me to some useful stuff.
ANY INPUT IS APPRECIATED
|