bl_iot_sdk/components/multimedia/image/tjpgd1d/bouffalo.mk
2022-03-07 13:59:29 +08:00

21 lines
362 B
Makefile
Executable File

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