]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - compile
Fix mod 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