Lines Matching refs:ko
147 Example (The module foo.ko, consist of bar.o and baz.o)::
151 make -C $KDIR M=$PWD foo.ko
167 and, after linking, will result in the kernel module <module_name>.ko.
178 module 8123.ko, which is built from the following files::
295 build the kernel module 8123.ko; it has been included as
308 file. For example, if you wanted to build two modules, foo.ko
309 and bar.ko, the kbuild lines would be::
386 To build the module complex.ko, we then need the following
511 If you have two modules, foo.ko and bar.ko, where
512 foo.ko needs symbols from bar.ko, you can use a
517 ./foo/ <= contains foo.ko
518 ./bar/ <= contains bar.ko