bl_iot_sdk/components/network/https/bouffalo.mk

20 lines
387 B
Makefile
Raw Normal View History

2020-10-26 12:35:25 +00:00
# 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/bl_https.c \
src/https.c \
COMPONENT_OBJS := $(patsubst %.c,%.o, $(COMPONENT_SRCS))
COMPONENT_SRCDIRS := src
##
#CPPFLAGS +=