PersonalVotingMachine/extended-setup/components/lvgl/component.mk

18 lines
313 B
Makefile
Raw Normal View History

2020-12-22 14:30:09 +02:00
#
# Component Makefile
#
# Set simple includes as default
ifndef LV_CONF_INCLUDE_SIMPLE
CFLAGS += -DLV_CONF_INCLUDE_SIMPLE
endif
COMPONENT_SRCDIRS := . \
src/lv_core \
src/lv_draw \
src/lv_objx \
src/lv_hal \
src/lv_misc \
src/lv_themes \
src/lv_font
COMPONENT_ADD_INCLUDEDIRS := $(COMPONENT_SRCDIRS) ../