commit | 667b16f2a8ab0475335fe1efbc0f0ee4cab175a7 | [log] [tgz] |
---|---|---|
author | Srinu Gorle <sgorle@codeaurora.org> | Fri Oct 28 15:06:21 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Oct 28 02:47:22 2016 -0700 |
tree | 72e05e14e36e2f3375870a13c87bc72f60118714 | |
parent | 04d5e40b3df700488dbee5d79a2fe47a7bbf9967 [diff] [blame] |
mm-core: Add msm8996 in auto tools compilation Enable compilation msm8996 with auto tools. Change-Id: I037228f2e6880d4f383880d054bfb5526bd2fc09 CRs-Fixed: 1062175
diff --git a/mm-core/Makefile.am b/mm-core/Makefile.am index 8601b65..51f68da 100644 --- a/mm-core/Makefile.am +++ b/mm-core/Makefile.am
@@ -50,6 +50,10 @@ TARGET_REGISTRY = msm8953 endif +if TARGET_MSM8996 +TARGET_REGISTRY = msm8996 +endif + c_sources +=src/${TARGET_REGISTRY}/registry_table_android.c lib_LTLIBRARIES = libOmxCore.la