Try to fix COMPONENT_ADD_INCLUDEDIRS
This commit is contained in:
parent
347aaa68d2
commit
7cb916e496
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
# LVGL esp32 drivers
|
||||
|
||||
COMPONENT_SRCDIRS := .
|
||||
COMPONENT_SRCDIRS := .
|
||||
|
||||
COMPONENT_ADD_INCLUDEDIRS := .
|
||||
COMPONENT_ADD_INCLUDEDIRS += lvgl_tft
|
||||
COMPONENT_ADD_INCLUDEDIRS += lvgl_touch
|
||||
|
||||
CFLAGS += -DLV_LVGL_H_INCLUDE_SIMPLE
|
||||
|
|
Loading…
Add table
Reference in a new issue