Add 'qcom/opensource/synx-kernel/' from commit '2657c18a7869feec83f4383bf72623b8d6a2ef18'
git-subtree-dir: qcom/opensource/synx-kernel git-subtree-mainline:fe7b3b613f
git-subtree-split:2657c18a78
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/synx-kernel tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
This commit is contained in:
33
qcom/opensource/synx-kernel/synx_modules.bzl
Normal file
33
qcom/opensource/synx-kernel/synx_modules.bzl
Normal file
@@ -0,0 +1,33 @@
|
||||
load(":synx_module_build.bzl", "create_module_registry")
|
||||
|
||||
SYNX_KERNEL_ROOT = "synx-kernel"
|
||||
|
||||
synx_modules = create_module_registry([":synx_headers"])
|
||||
register_synx_module = synx_modules.register
|
||||
|
||||
register_synx_module(
|
||||
name = "synx-driver",
|
||||
path = "msm",
|
||||
srcs = [
|
||||
"synx/synx.c",
|
||||
"synx/synx_global.c",
|
||||
"synx/synx_util.c",
|
||||
"synx/synx_debugfs.c",
|
||||
"synx/synx_debugfs_util.c",
|
||||
],
|
||||
)
|
||||
|
||||
register_synx_module(
|
||||
name = "ipclite",
|
||||
path = "msm",
|
||||
srcs = [
|
||||
"synx/ipclite.c",
|
||||
],
|
||||
)
|
||||
register_synx_module(
|
||||
name = "ipclite_test",
|
||||
path = "msm",
|
||||
srcs = [
|
||||
"synx/test/ipclite_test.c",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user