mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
11 lines
250 B
Makefile
11 lines
250 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := esp_tts_chinese/include
|
|
|
|
|
|
LIB_FILES := $(shell ls $(COMPONENT_PATH)/esp_tts_chinese/lib*.a)
|
|
|
|
LIBS := $(patsubst lib%.a,-l%,$(LIB_FILES))
|
|
|
|
COMPONENT_ADD_LDFLAGS += -L$(COMPONENT_PATH)/esp_tts_chinese \
|
|
$(LIBS)
|
|
|