You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
6 lines
140 B
Makefile
6 lines
140 B
Makefile
LV_DRIVERS_PATH ?= ${shell pwd}/lv_drivers
|
|
|
|
CSRCS += $(shell find $(LV_DRIVERS_PATH) -type f -name '*.c')
|
|
CFLAGS += "-I$(LV_DRIVERS_PATH)"
|
|
|