2021-12-05 20:12:50 +08:00

12 lines
202 B
Makefile

KERN_DIR = /home/lsw/licheepi/linux-5.7.1
all:
make -C $(KERN_DIR) M=$(shell pwd) modules
clean:
make -C $(KERN_DIR) M=$(shell pwd) modules clean
rm -rf modules.order *.ko
obj-m +=w25q128.o