summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/component.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/lvgl/component.mk')
-rw-r--r--src/libs/lvgl/component.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libs/lvgl/component.mk b/src/libs/lvgl/component.mk
new file mode 100644
index 00000000..0c8dbc53
--- /dev/null
+++ b/src/libs/lvgl/component.mk
@@ -0,0 +1,8 @@
+# ESP-IDF component file for make based commands
+
+ifdef $(IDF_VER)
+
+COMPONENT_SRCDIRS := .
+COMPONENT_ADD_INCLUDEDIRS := .
+
+endif