commit | af37b79afb31470b49316843246201dcf1cccaa9 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Tue Nov 19 16:09:58 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Tue Nov 19 16:09:58 2024 +0800 |
tree | acd15193ff980ef5f84636789be5ff422772baf2 | |
parent | acb8b4ac402e5478a1bc50345277e917bf40f625 [diff] [blame] |
Fix libmbtk_lib and libmtk_lib_v2 framework. Change-Id: Ib09acafe5fbb9f72c450b3a14867386372994eb7
diff --git a/mbtk/Makefile b/mbtk/Makefile index 5241eda..4c90a12 100755 --- a/mbtk/Makefile +++ b/mbtk/Makefile
@@ -2,11 +2,11 @@ include Make.defines # Build a file. -ifeq ($(MBTK_SOURCE_VERSION), 2) -DIRS = libmbtk_lib_v2 -else +#ifeq ($(MBTK_SOURCE_VERSION), 2) +#DIRS = libmbtk_lib_v2 +#else DIRS = libmbtk_lib -endif +#endif # Build bin file. ifeq ($(MBTK_SOURCE_VERSION), 2)