voidfs/Makefile

10 lines
184 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=$(shell pwd) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean