summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill McVicker <willmcvicker@google.com>2021-12-16 12:17:59 -0800
committerWill McVicker <willmcvicker@google.com>2022-01-06 09:42:33 -0800
commit6fff162d71d74f9a3018bd51551eba64fcbf5bf2 (patch)
treeb5f9b40d321069e8e2f76ca505e63dada3cd28ed
parent18ca402749c519b27d1cf42477a3e8bc7c2e8ea3 (diff)
downloadfts_touch-6fff162d71d74f9a3018bd51551eba64fcbf5bf2.tar.gz
kbuild: add include for display/include/uapi for samsung_drm.h
Fixes the cflags to include display/include/uapi now that samsung_drm.h has moved. Also fix this for kleaf. Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: I1441e81455c5c1ad13b4bc9910713105c8fc4c86
-rw-r--r--ftm5/BUILD.bazel1
-rw-r--r--ftm5/Kbuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/ftm5/BUILD.bazel b/ftm5/BUILD.bazel
index bb27519..3354157 100644
--- a/ftm5/BUILD.bazel
+++ b/ftm5/BUILD.bazel
@@ -17,6 +17,7 @@ kernel_module(
]) + [
"//gs/google-modules/touch/common:headers",
"//gs/google-modules/display:headers",
+ "//gs/google-modules/display/include:headers",
"//gs/kernel/device-modules:gs101_soc_headers",
],
outs = [
diff --git a/ftm5/Kbuild b/ftm5/Kbuild
index cc3eac6..83479b9 100644
--- a/ftm5/Kbuild
+++ b/ftm5/Kbuild
@@ -1,6 +1,7 @@
# FTM5 support
ccflags-y += -I$(srctree)/../gs/google-modules/display
+ccflags-y += -I$(srctree)/../gs/google-modules/display/include/uapi
ccflags-y += -I$(srctree)/../gs/google-modules/touch/common
ccflags-y += -I$(srctree)/../gs/google-modules/touch/common/include