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

27 lines
583 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/yloop.c \
src/select.c \
src/aos_freertos.c \
src/device.c \
src/local_event.c \
COMPONENT_OBJS := $(patsubst %.c,%.o, $(COMPONENT_SRCS))
COMPONENT_SRCDIRS := src
ifeq ($(CONFIG_USE_STDLIB_MALLOC), 1)
CFLAGS += -DUSE_STDLIB_MALLOC
endif
##
#CPPFLAGS +=