working list dir

This commit is contained in:
2024-10-29 10:31:47 +00:00
parent e087715248
commit 794f72d721
2 changed files with 37 additions and 18 deletions

View File

@ -3,4 +3,7 @@ obj-m += voidfs.o
all: voidfs
voidfs:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean