
Enable SPSS kernel drivers. Change-Id: I36cd220466c596f179bc74a57a9b89ada3acff05 Signed-off-by: sganda <quic_sganda@quicinc.com>
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",
|
|
],
|
|
)
|