]> granicus.if.org Git - esp-idf/blob - components/mbedtls/component.mk
Merge branch 'bugfix/btdm_security_vulnerability' into 'master'
[esp-idf] / components / mbedtls / component.mk
1 #
2 # Component Makefile
3 #
4
5 COMPONENT_ADD_INCLUDEDIRS := port/include mbedtls/include
6
7 COMPONENT_SRCDIRS := mbedtls/library port
8
9 COMPONENT_OBJEXCLUDE := mbedtls/library/net_sockets.o
10
11 COMPONENT_SUBMODULES += mbedtls
12