try to build user servo loop

This commit is contained in:
2017-01-06 17:29:40 +01:00
parent 95eef8ccc2
commit 9756485f5a
14 changed files with 1342 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
obj-m += hello.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
# make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules V=1
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean