[module] added kvmfr kernel module for VM->VM shared memory

This commit is contained in:
Geoffrey McRae
2018-05-15 20:50:52 +10:00
parent d0756cf00c
commit 7f81d21aaa
4 changed files with 176 additions and 0 deletions

7
module/Makefile Normal file
View File

@@ -0,0 +1,7 @@
obj-m += kvmfr.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