mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[module] added kvmfr kernel module for VM->VM shared memory
This commit is contained in:
7
module/Makefile
Normal file
7
module/Makefile
Normal 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
|
Reference in New Issue
Block a user