summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill McVicker <willmcvicker@google.com>2021-12-16 12:20:03 -0800
committerWill McVicker <willmcvicker@google.com>2022-01-06 09:41:54 -0800
commita0039851a525230f4c600d8b78f06212866e0b1b (patch)
tree161ee896b3dd23e0ce82c24c7785930da51ff92d
parentffc6562f66465a5e2c67d538de134d1e33a54ff6 (diff)
downloadsec_touch-a0039851a525230f4c600d8b78f06212866e0b1b.tar.gz
kbuild: include display/include/uapi for samsung_drm.h
Updates 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: I05c4ccb81745a7cdb654f2d9615cbf31ddc425f5
-rw-r--r--BUILD.bazel1
-rw-r--r--Kbuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 2bbaeca..fef3256 100644
--- a/BUILD.bazel
+++ b/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/Kbuild b/Kbuild
index c5c9e9c..766c382 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1,4 +1,5 @@
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