Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Kember <elliott.kember@gmail.com>2020-11-24 06:20:35 +0300
committerElliott Kember <elliott.kember@gmail.com>2020-11-24 06:20:35 +0300
commit2d3777e340bbadbdc37f740a0e41f8ed9139028a (patch)
tree9024ec53fe86b89edb1a20f8d7efc2bca05ba0ce /component.mk
parenta28261295869bb5022c1a0f8102dc2c4020c8e60 (diff)
Update component.mk to work with esp-idf
Diffstat (limited to 'component.mk')
-rw-r--r--component.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/component.mk b/component.mk
index 27ad11a7..f4082014 100644
--- a/component.mk
+++ b/component.mk
@@ -1 +1,3 @@
-COMPONENT_ADD_INCLUDEDIRS := .
+COMPONENT_ADD_INCLUDEDIRS := ./src src/platforms/esp/32
+COMPONENT_SRCDIRS := ./src src/platforms/esp/32
+