bl_iot_sdk/components/audio/audio_framework/bouffalo.mk

19 lines
416 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 += audio_framework/include
## not be exported to project level
COMPONENT_PRIV_INCLUDEDIRS := audio_framework/include
## This component's src
2020-10-26 12:35:25 +00:00
COMPONENT_SRCS := audio_framework/audio_framework.c
COMPONENT_OBJS := $(patsubst %.c,%.o, $(COMPONENT_SRCS))
COMPONENT_SRCDIRS := audio_framework
##
#CPPFLAGS +=