Lines Matching refs:bar
139 Example (The module foo.ko, consist of bar.o and baz.o):
140 make -C $KDIR M=$PWD bar.lst
292 and bar.ko, the kbuild lines would be:
294 obj-m := foo.o bar.o
296 bar-y := <bar_srcs>
480 If you have two modules, foo.ko and bar.ko, where
481 foo.ko needs symbols from bar.ko, you can use a
487 ./bar/ <= contains bar.ko
492 obj-y := foo/ bar/
505 from bar.ko, copy the Module.symvers file from the
506 compilation of bar.ko to the directory where foo.ko is