commit | cd9eb7af097c7694a740f64575652c0a00afa091 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Wed Jan 03 16:55:40 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Wed Jan 03 16:55:40 2024 +0800 |
tree | 49aee90731a19fbafec8e54f3574e79c43b20737 | |
parent | 2fd2998c6e1831cea0397f7c5bf0a6214eb38396 [diff] |
Fix mbtk_audio_lib build Change-Id: I3af9ee61f182b05e0c2eb009558b424027e65d70
diff --git a/mbtk/Makefile b/mbtk/Makefile index f8a6e91..d9878d1 100755 --- a/mbtk/Makefile +++ b/mbtk/Makefile
@@ -1,13 +1,13 @@ ROOT = $(shell pwd)/.. include Make.defines -DIRS = mbtk_lib mbtk_mqtt lynq_lib +DIRS = mbtk_lib mbtk_mqtt ifeq ($(BUILD_PLATFORM), asr1806) DIRS += mbtk_audio_lib endif -DIRS += ql_lib mbtk_adbd mbtk_logd mbtk_ril +DIRS += lynq_lib ql_lib mbtk_adbd mbtk_logd mbtk_ril DIRS += test