This commit is contained in:
2024-10-29 13:01:19 +07:00
commit e087715248
3 changed files with 221 additions and 0 deletions

6
Makefile Normal file
View File

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