mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
f853f94335
This will require a matching change in all projects using ESP-IDF.
10 lines
128 B
Makefile
Executable File
10 lines
128 B
Makefile
Executable File
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
COMPONENT_SRCDIRS := src
|
|
|
|
include $(IDF_PATH)/make/component.mk
|