]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - install
Fix shown number of lost messages and finish at most one second after the last messag...
[can-benchmark.git] / install
1 #!/bin/sh
2
3 set -e
4
5 make -C socketcan/kernel/2.6 modules_install
6 cp -v _compiled/modules/lincan.ko /lib/modules/`uname -r`/extra
7 depmod -ae
8