mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ANDROID: db845c: BUILD.bazel: add GKI CAN modules
As the GKI CAN modules are requrired by the db845c mcp251xfd
module, here add the list of the GKI CAN modules,
so that they will be copied to the db845c build dist directory.
Fixes: cfbff2d199 ("ANDROID: GKI: Add CAN adapters as GKI modules")
Test: boot with the db845c android14-5.15 build
Change-Id: I2ff55e2e1795f889f88cbebb7f1bec3c5daff67e
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
This commit is contained in:
committed by
Treehugger Robot
parent
6adfeeca58
commit
86a1084d09
@@ -78,6 +78,15 @@ define_db845c(
|
||||
"arch/arm64/boot/dts/qcom/qrb5165-rb5.dtb",
|
||||
"arch/arm64/boot/dts/qcom/sdm845-db845c.dtb",
|
||||
],
|
||||
gki_modules_list = [
|
||||
# keep sorted
|
||||
"//common:kernel_aarch64/can-bcm.ko",
|
||||
"//common:kernel_aarch64/can-dev.ko",
|
||||
"//common:kernel_aarch64/can-gw.ko",
|
||||
"//common:kernel_aarch64/can-raw.ko",
|
||||
"//common:kernel_aarch64/slcan.ko",
|
||||
"//common:kernel_aarch64/vcan.ko",
|
||||
],
|
||||
module_outs = [
|
||||
# keep sorted
|
||||
"crypto/michael_mic.ko",
|
||||
|
||||
Reference in New Issue
Block a user