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.

14 lines
217 B

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