mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
10 lines
198 B
Makefile
10 lines
198 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include include/internal include/platform include/oepnssl
|
|
|
|
COMPONENT_SRCDIRS := library platform
|
|
|
|
include $(IDF_PATH)/make/component_common.mk
|