Lines Matching refs:ko
139 Example (The module foo.ko, consist of bar.o and baz.o):
142 make -C $KDIR M=$PWD foo.ko
157 and, after linking, will result in the kernel module <module_name>.ko.
168 module 8123.ko, which is built from the following files:
279 build the kernel module 8123.ko; it has been included as
291 file. For example, if you wanted to build two modules, foo.ko
292 and bar.ko, the kbuild lines would be:
364 To build the module complex.ko, we then need the following
480 If you have two modules, foo.ko and bar.ko, where
481 foo.ko needs symbols from bar.ko, you can use a
486 ./foo/ <= contains foo.ko
487 ./bar/ <= contains bar.ko
505 from bar.ko, copy the Module.symvers file from the
506 compilation of bar.ko to the directory where foo.ko is