9 lines
305 B
Makefile
9 lines
305 B
Makefile
|
# Automatically generated build file. Do not edit.
|
||
|
COMPONENT_INCLUDES += $(IDF_PATH)/components/openssl/include
|
||
|
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/openssl -lopenssl
|
||
|
COMPONENT_LINKER_DEPS +=
|
||
|
COMPONENT_SUBMODULES +=
|
||
|
COMPONENT_LIBRARIES += openssl
|
||
|
COMPONENT_LDFRAGMENTS +=
|
||
|
component-openssl-build:
|