mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
7 lines
220 B
Makefile
7 lines
220 B
Makefile
|
COMPONENT_ADD_INCLUDEDIRS := asio/asio/include port/include
|
||
|
COMPONENT_PRIV_INCLUDEDIRS := private_include
|
||
|
COMPONENT_SRCDIRS := asio/asio/src
|
||
|
COMPONENT_OBJEXCLUDE := asio/asio/src/asio_ssl.o
|
||
|
|
||
|
COMPONENT_SUBMODULES += asio
|