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::
294 build the kernel module 8123.ko; it has been included as
307 file. For example, if you wanted to build two modules, foo.ko
308 and bar.ko, the kbuild lines would be::
385 To build the module complex.ko, we then need the following
513 If you have two modules, foo.ko and bar.ko, where
514 foo.ko needs symbols from bar.ko, you can use a
519 ./foo/ <= contains foo.ko
520 ./bar/ <= contains bar.ko
538 from bar.ko, copy the Module.symvers file from the
539 compilation of bar.ko to the directory where foo.ko is