]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - kernel/Makefile
canethgw (kernel space) first commit
[can-eth-gw.git] / kernel / Makefile
1 obj-m += canethgw.o
2
3 all:
4         make -C /lib/modules/`uname -r`/build M=`pwd`
5 install:
6         make -C /lib/modules/`uname -r`/build M=`pwd` modules_install
7 clean:
8         make -C /lib/modules/`uname -r`/build M=`pwd` clean
9 test:
10         modprobe -r canethgw
11         modprobe canethgw
12