commit | 0ee77bec020970b16186ad200a82379eef07c278 | [log] [tgz] |
---|---|---|
author | Jackeagle <jackeagle102@gmail.com> | Fri Aug 17 14:50:21 2018 +0530 |
committer | Gerrit Code Review <gerrit2@BlissBOX> | Fri Aug 17 14:50:21 2018 +0530 |
tree | 7451247089f7d268b80cb79baed22c80d5d1a499 | |
parent | 7e5d164a234d8a30a45e5052a7ad3a51955b52c6 [diff] | |
parent | 99e115f475e39fd38845714fe4d0ffcbaf6e51d6 [diff] |
Merge "build: Clean up makefile inclusions" into p9.0
diff --git a/build/core/config.mk b/build/core/config.mk new file mode 100644 index 0000000..6439b55 --- /dev/null +++ b/build/core/config.mk
@@ -0,0 +1,5 @@ +# Rules for MTK targets +include $(TOPDIR)vendor/bliss/build/core/mtk_target.mk + +# Rules for QCOM targets +include $(TOPDIR)vendor/bliss/build/core/qcom_target.mk