mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05: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)"
|
|
|