Added include to override example for custom ui lv_conf.h

This commit is contained in:
andrew 2020-11-13 12:32:37 +00:00
parent 1a8dfe6983
commit b194ac1d90

View File

@ -27,7 +27,8 @@ CFLAGS := -O0 -g $(WARNINGS)
# Add simulator define to allow modification of source
DEFINES := -D SIMULATOR=1
INC := -I./ -I./lvgl/
# Include simulator inc folder first so lv_conf.h from custom UI can be used instead
INC := -I./ui/simulator/inc/ -I./ -I./lvgl/
LDFLAGS := -lSDL2 -lm
BIN := $(BIN_DIR)/demo