Init with small code example

This commit is contained in:
2020-05-08 23:12:04 +02:00
commit 171d42863b
4 changed files with 209 additions and 0 deletions

8
kernel/Makefile Normal file
View File

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