esp-who/components/recorder_engine/component.mk

13 lines
296 B
Makefile
Raw Normal View History

2018-12-29 18:02:22 +08:00
COMPONENT_ADD_INCLUDEDIRS := . \
./include
COMPONENT_SRCDIRS := . \
./include
LIBS := esp_wakenet nn_model
COMPONENT_ADD_LDFLAGS := -L$(COMPONENT_PATH)/ $(addprefix -l,$(LIBS))
ALL_LIB_FILES += $(patsubst %,$(COMPONENT_PATH)/lib%.a,$(LIBS))