dm3q: Build external kernel modules

Change-Id: I7d7166ff6e8f6f8e4b02fba39539ffc3293f7e25
This commit is contained in:
SGCMarkus
2024-03-22 20:18:10 +08:00
committed by chaptsand
parent 2cfd60d104
commit c544c40e2b

View File

@@ -18,5 +18,31 @@ TARGET_SCREEN_DENSITY := 450
# Kernel # Kernel
TARGET_KERNEL_CONFIG := dm3q_defconfig TARGET_KERNEL_CONFIG := dm3q_defconfig
# Kernel Modules
TARGET_KERNEL_EXT_MODULES := \
qcom/opensource/mmrm-driver \
qcom/opensource/mm-drivers/hw_fence \
qcom/opensource/mm-drivers/msm_ext_display \
qcom/opensource/mm-drivers/sync_fence \
qcom/opensource/audio-kernel \
qcom/opensource/camera-kernel \
qcom/opensource/dataipa/drivers/platform/msm \
qcom/opensource/datarmnet/core \
qcom/opensource/datarmnet-ext/aps \
qcom/opensource/datarmnet-ext/offload \
qcom/opensource/datarmnet-ext/shs \
qcom/opensource/datarmnet-ext/perf \
qcom/opensource/datarmnet-ext/perf_tether \
qcom/opensource/datarmnet-ext/sch \
qcom/opensource/datarmnet-ext/wlan \
qcom/opensource/securemsm-kernel \
qcom/opensource/display-drivers/msm \
qcom/opensource/eva-kernel \
qcom/opensource/video-driver \
qcom/opensource/graphics-kernel \
qcom/opensource/wlan/platform \
qcom/opensource/wlan/qcacld-3.0/.kiwi_v2 \
qcom/opensource/bt-kernel
# Include the proprietary files BoardConfig. # Include the proprietary files BoardConfig.
include vendor/samsung/dm3q/BoardConfigVendor.mk include vendor/samsung/dm3q/BoardConfigVendor.mk