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

17 lines
504 B
Makefile

# Component Makefile
#
## These include paths would be exported to project level
COMPONENT_ADD_INCLUDEDIRS += inc
## not be exported to project level
COMPONENT_PRIV_INCLUDEDIRS :=
## This component's src
COMPONENT_SRCS := src/easyflash.c src/ef_env.c \
src/ef_env_legacy_wl.c src/ef_env_legacy.c \
src/ef_port.c src/ef_utils.c \
src/easyflash_cli.c
COMPONENT_OBJS := $(patsubst %.c,%.o, $(COMPONENT_SRCS))
COMPONENT_SRCDIRS := src
##
#CPPFLAGS +=