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)"
|
||
|
|