af64423e9f
git-subtree-dir: qcom/opensource/eva-kernel git-subtree-mainline:caab746e9f
git-subtree-split:c1ff9cd986
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/eva-kernel tag: CV.LA.2.0.r1-04800-lanai.0
18 lines
469 B
Python
18 lines
469 B
Python
load(":eva_modules.bzl", "eva_modules")
|
|
load(":eva_module_build.bzl", "define_consolidate_gki_modules")
|
|
|
|
def define_pineapple():
|
|
define_consolidate_gki_modules(
|
|
target = "pineapple",
|
|
registry = eva_modules,
|
|
modules = [
|
|
"msm-eva",
|
|
],
|
|
config_options = [
|
|
#"CONFIG_TARGET_SYNX_ENABLE",
|
|
"TARGET_SYNX_ENABLE",
|
|
"TARGET_DSP_ENABLE",
|
|
"CONFIG_EVA_PINEAPPLE"
|
|
],
|
|
)
|