voidfs/Makefile

7 lines
103 B
Makefile
Raw Normal View History

2024-10-29 13:01:19 +07:00
obj-m += voidfs.o
all: voidfs
voidfs:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules