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

4 years ago
  1. obj-m += st7789v_ada.o
  2. obj-m += fb_st7789v.o
  3. KDIR ?= /lib/modules/`uname -r`/build
  4. default:
  5. $(MAKE) -C $(KDIR) M=$(pwd) modules
  6. install:
  7. $(MAKE) -C $(KDIR) M=$(PWD) modules_install
  8. $(DEPMOD)
  9. clean:
  10. $(MAKE) -C $(KDIR) M=$(PWD) clean