浏览代码

touch: pineapple: qts support for atmel_mxt_ts not enabled

QTS is not used by atmel_mxt_ts and its compilation needs
to be avoided. QTS as seperate ko is needed to enable
this support.

Change-Id: I6473355cb93a29ee3fd9282d7f42534feb89c202
Signed-off-by: Raviteja Tamatam <[email protected]>
Raviteja Tamatam 1 年之前
父节点
当前提交
d665495c2c
共有 2 个文件被更改,包括 1 次插入10 次删除
  1. 1 9
      BUILD.bazel
  2. 0 1
      touch_modules.bzl

+ 1 - 9
BUILD.bazel

@@ -22,14 +22,6 @@ ddk_headers(
     )
 )
 
-ddk_headers(
-    name = "atmel_mxt_headers",
-    hdrs = glob([
-            "qts/*.h"
-        ]
-    )
-)
-
 ddk_headers(
     name = "config_headers",
     hdrs = glob([
@@ -41,7 +33,7 @@ ddk_headers(
 
 ddk_headers(
     name = "touch_drivers_headers",
-    hdrs = [":goodix_ts_headers", ":nt36xxx_headers", ":atmel_mxt_headers", ":config_headers"]
+    hdrs = [":goodix_ts_headers", ":nt36xxx_headers", ":config_headers"]
 )
 
 load(":target.bzl", "define_pineapple")

+ 0 - 1
touch_modules.bzl

@@ -46,7 +46,6 @@ module_entry(
     config_option = "CONFIG_TOUCHSCREEN_ATMEL_MXT",
     srcs = [
             "atmel_mxt/atmel_mxt_ts.c",
-            "qts/qts_core.c"
     ]
 )