summaryrefslogtreecommitdiffstats
path: root/src/panfrost/Makefile.sources
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-06-18 11:16:21 -0700
committerAlyssa Rosenzweig <[email protected]>2019-06-20 08:06:35 -0700
commit413242277a2653d12d5ea8d8acba533530281fd6 (patch)
tree27664d6ff523a7786d2ebab90efc036f5266dd7c /src/panfrost/Makefile.sources
parentc57b4c86c07adce6738c01fae5906f4a4a46d93f (diff)
lima,panfrost: Move lima_tiling.c/h to /src/panfrost
This will allow both drivers to share this code. Both drivers build-tested with meson. Android build not tested. v2: Change naming from tiling->shared, in case Lima and Panfrost can share more in the future. Fix Android build system. Signed-off-by: Alyssa Rosenzweig <[email protected]> Reviewed-and-tested-by: Qiang Yu <[email protected]>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r--src/panfrost/Makefile.sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources
new file mode 100644
index 00000000000..3ab90f27913
--- /dev/null
+++ b/src/panfrost/Makefile.sources
@@ -0,0 +1,3 @@
+shared_FILES := \
+ shared/pan_tiling.c \
+ shared/pan_tiling.h