f853f94335
This will require a matching change in all projects using ESP-IDF.
9 lines
128 B
Makefile
Executable file
9 lines
128 B
Makefile
Executable file
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|
|
|
|
COMPONENT_SRCDIRS := src
|
|
|
|
include $(IDF_PATH)/make/component.mk
|