OMOTE/LVGL Simulator/LvglPlatform/lv_drivers/lv_drivers.mk

6 lines
140 B
Makefile
Raw Normal View History

2023-06-28 14:26:56 -04:00
LV_DRIVERS_PATH ?= ${shell pwd}/lv_drivers
CSRCS += $(shell find $(LV_DRIVERS_PATH) -type f -name '*.c')
CFLAGS += "-I$(LV_DRIVERS_PATH)"