summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.bazel6
-rw-r--r--Kbuild2
2 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index d40ed5d..eb542cc 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -20,10 +20,10 @@ kernel_module(
"**/*.h",
"Kbuild",
]) + [
- "//private/google-modules/touch/common:headers",
- "//private/google-modules/display:headers",
- "//private/google-modules/display/include:headers",
+ "//private/google-modules/display/samsung:headers",
+ "//private/google-modules/display/samsung/include:headers",
"//private/google-modules/soc/gs:gs_soc_headers",
+ "//private/google-modules/touch/common:headers",
],
outs = [
"sec_touch.ko",
diff --git a/Kbuild b/Kbuild
index 7e37bd4..c988392 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
ccflags-y += -I$(srctree)/../private/google-modules/display
-ccflags-y += -I$(srctree)/../private/google-modules/display/include/uapi
+ccflags-y += -I$(srctree)/../private/google-modules/display/samsung/include/uapi
ccflags-y += -I$(srctree)/../private/google-modules/touch/common
ccflags-y += -I$(srctree)/../private/google-modules/touch/common/include