You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
241 B

obj-m += st7789v_ada.o
obj-m += fb_st7789v.o
KDIR ?= /lib/modules/`uname -r`/build
default:
$(MAKE) -C $(KDIR) M=$(pwd) modules
install:
$(MAKE) -C $(KDIR) M=$(PWD) modules_install
$(DEPMOD)
clean:
$(MAKE) -C $(KDIR) M=$(PWD) clean