587685c687
git-subtree-dir: qcom/opensource/securemsm-kernel git-subtree-mainline:46e9caf0d0
git-subtree-split:a6005ceed2
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/securemsm-kernel tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
22 lines
565 B
Python
22 lines
565 B
Python
load(":securemsm_kernel.bzl", "define_consolidate_gki_modules")
|
|
|
|
def define_pineapple():
|
|
define_consolidate_gki_modules(
|
|
target = "pineapple",
|
|
modules = [
|
|
"smcinvoke_dlkm",
|
|
"tz_log_dlkm",
|
|
"hdcp_qseecom_dlkm",
|
|
"qce50_dlkm",
|
|
"qcedev-mod_dlkm",
|
|
"qrng_dlkm",
|
|
"qcrypto-msm_dlkm",
|
|
"smmu_proxy_dlkm",
|
|
"qseecom_dlkm"
|
|
],
|
|
extra_options = [
|
|
"CONFIG_QCOM_SMCINVOKE",
|
|
"CONFIG_QSEECOM_COMPAT",
|
|
],
|
|
)
|