modules: different project modules use same configs file [1/2]
PD#SWPL-190807
Problem:
different project modules use same configs file
Solution:
all modules be build and remove it by project file
if module need to be select, should be name by amlogic-soc-*
Verify:
ross
Change-Id: Ic1408b47d1c18a9c2d3ca60526fd837e2a1b2246
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
diff --git a/modules.bzl b/modules.bzl
index 0fa0fa9..f7bb8a2 100644
--- a/modules.bzl
+++ b/modules.bzl
@@ -24,6 +24,8 @@
AMLOGIC_COMMON_MODULES = [
# keep sorted
"arch/arm64/crypto/sha1-ce.ko",
+ "common_drivers/drivers/amfc/amlogic-soc-amfc.ko",
+ "common_drivers/drivers/amfc/aml_erofs/amlogic-soc-erofs.ko",
"common_drivers/drivers/aml_tee/optee/optee.ko",
"common_drivers/drivers/aml_tee/tee.ko",
"common_drivers/drivers/aml_watermark/aml_watermark.ko",