bl_iot_sdk/components/network/lwip_altcp_tls_mbedtls/bouffalo.mk
2020-10-26 20:35:25 +08:00

19 lines
412 B
Makefile

# Component Makefile
#
## These include paths would be exported to project level
COMPONENT_ADD_INCLUDEDIRS += include
## not be exported to project level
COMPONENT_PRIV_INCLUDEDIRS := include
## This component's src
COMPONENT_SRCS := src/altcp_tls_mbedtls.c \
src/altcp_tls_mbedtls_mem.c
COMPONENT_OBJS := $(patsubst %.c,%.o, $(COMPONENT_SRCS))
COMPONENT_SRCDIRS := src
##
#CPPFLAGS +=