git-subtree-dir: qcom/opensource/spu-kernel git-subtree-mainline:587685c687
git-subtree-split:0edbf1a122
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/spu-kernel tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
15 lines
368 B
Python
15 lines
368 B
Python
load(":spu_modules.bzl", "spu_driver_modules")
|
|
load(":spu_module_build.bzl", "define_consolidate_gki_modules")
|
|
|
|
def define_modules(targets):
|
|
# go over all targets
|
|
for t in targets:
|
|
define_consolidate_gki_modules(
|
|
target = t,
|
|
registry = spu_driver_modules,
|
|
modules = [
|
|
"spcom",
|
|
"spss_utils",
|
|
],
|
|
)
|