initial commit of socketcan ko

This commit is contained in:
Jeffrey Quesnelle
2016-07-28 09:03:28 -04:00
parent 35c1f148b6
commit e1c3f37c65
4 changed files with 757 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
obj-m = intrepid.o
KVERSION = $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean