projects
/
can-benchmark.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add high prio test
[can-benchmark.git]
/
compile
1
#!/bin/sh
2
3
set -e
4
cd `dirname $0`
5
6
# Compile socketcan
7
make -C socketcan/kernel/2.6 CONFIG_CAN_KVASER_PCI=m
8
9
# Compile lincan and vca_canping
10
make distclean
11
make default-config
12
make
13