touch: LW: Add support for Bazel to build touch modules
Changed module name to resolve bazel compilation. Signed-off-by: Srikanth Katteboina <quic_skattebo@quicinc.com> Change-Id: I70720e9c4093eb6b74fbd413f53cdbf1e4d04480
This commit is contained in:
parent
20cccf755a
commit
1d39d6b82c
@ -70,7 +70,7 @@ def define_monaco(t,v):
|
||||
variant = v,
|
||||
registry = touch_driver_modules,
|
||||
modules = [
|
||||
"glink_interface_ts",
|
||||
"glink_comm",
|
||||
"pt_ts",
|
||||
"pt_i2c",
|
||||
"pt_device_access",
|
||||
|
@ -88,7 +88,7 @@ module_entry(
|
||||
|
||||
#define ddk_module() for glink_interface_ts
|
||||
module_entry(
|
||||
name = "glink_interface_ts",
|
||||
name = "glink_comm",
|
||||
config_option = "CONFIG_TOUCHSCREEN_MSM_GLINK",
|
||||
srcs = [
|
||||
"glink_interface_ts/glink_interface.c"
|
||||
|
Loading…
Reference in New Issue
Block a user