mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 07:26:28 +08:00
feat(mbedtls): Add component.mk for mbedtls
This commit is contained in:
8
components/mbedtls/component.mk
Normal file
8
components/mbedtls/component.mk
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# Component Makefile
|
||||
#
|
||||
COMPONENT_ADD_INCLUDEDIRS += include/mbedtls
|
||||
|
||||
COMPONENT_SRCDIRS += source/library source/platform
|
||||
|
||||
CFLAGS += -DMBEDTLS_CONFIG_FILE='"config_esp.h"'
|
Reference in New Issue
Block a user