bakalarka/components/lvgl/component.mk

19 lines
351 B
Makefile
Raw Normal View History

2020-03-20 17:01:25 +00:00
#
# Component Makefile
#
# Set simple includes as default
ifndef LV_CONF_INCLUDE_SIMPLE
CFLAGS += -DLV_CONF_INCLUDE_SIMPLE
endif
COMPONENT_SRCDIRS := lvgl/ \
lvgl/src/lv_core \
lvgl/src/lv_draw \
lvgl/src/lv_objx \
lvgl/src/lv_hal \
lvgl/src/lv_misc \
lvgl/src/lv_themes \
lvgl/src/lv_font
COMPONENT_ADD_INCLUDEDIRS := $(COMPONENT_SRCDIRS) .