Commits
zhang sanshan committed 3966420fc07
MA-10552-6 fix build error when compile kernel 5.4 android use clang to compile the kernel, so it may have different behavior compared gcc. disable BMAN/QMAN/... which is other department product, othewise it will have build error /home/sanshan/imx_android10.0_lf-5.4/vendor/nxp-opensource/kernel_imx/drivers/staging/fsl_qbman/qman_high.c :1164:22: error: value size does not match register size specified by the constraint and modifier [-Werror,-Wasm-operand-widths] : [in1] "r" (res), [in2] "r" (s64) ^ /home/sanshan/imx_android10.0_lf-5.4/vendor/nxp-opensource/kernel_imx/drivers/staging/fsl_qbman/qman_high.c: 1162:32: note: use constraint modifier "w" asm volatile("add %[result], %[in1], %[in2]" ^~~~~~ Change-Id: I43909f76599b86b070ca5536a9cb09395350f2a9 Signed-off-by: zhang sanshan <pete.zhang@nxp.com>