summaryrefslogtreecommitdiff
path: root/etnaviv/Makefile.sources
diff options
context:
space:
mode:
authorThe etnaviv authors <dri-devel@lists.freedesktop.org>2016-09-06 18:15:53 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2016-09-17 15:05:25 +0200
commit95e2cc6a801d92a0634b75fb02221213bd11e9da (patch)
treee2502b4adf10dfc2d2b9311752b51c399c2a4b57 /etnaviv/Makefile.sources
parent2d00869599a1c853238401a38a334c3bc8673343 (diff)
downloadlibdrm-95e2cc6a801d92a0634b75fb02221213bd11e9da.tar.gz
libdrm-95e2cc6a801d92a0634b75fb02221213bd11e9da.tar.bz2
libdrm-95e2cc6a801d92a0634b75fb02221213bd11e9da.zip
libdrm: add etnaviv drm support
Add the libdrm_etnaviv helper library to encapsulate etnaviv-specific interfaces to the DRM. Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Tested-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'etnaviv/Makefile.sources')
-rw-r--r--etnaviv/Makefile.sources12
1 files changed, 12 insertions, 0 deletions
diff --git a/etnaviv/Makefile.sources b/etnaviv/Makefile.sources
new file mode 100644
index 00000000..52580567
--- /dev/null
+++ b/etnaviv/Makefile.sources
@@ -0,0 +1,12 @@
+LIBDRM_ETNAVIV_FILES := \
+ etnaviv_device.c \
+ etnaviv_gpu.c \
+ etnaviv_bo.c \
+ etnaviv_bo_cache.c \
+ etnaviv_pipe.c \
+ etnaviv_cmd_stream.c \
+ etnaviv_drm.h \
+ etnaviv_priv.h
+
+LIBDRM_ETNAVIV_H_FILES := \
+ etnaviv_drmif.h