projects
/
can-benchmark.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Commit fixing that threads not cleaning up after themselves.
[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