summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-01-22 16:34:14 -0800
committerEric Anholt <eric@anholt.net>2016-02-03 11:29:44 -0800
commiteeb23de23bf2c0aeff4e36b0513ea13ac09c0438 (patch)
tree7752e22d1a9e00cc24cbb00d3256ed3309993f06 /Makefile.sources
parent432e08de88a27313608cced27f133a65e8a56c52 (diff)
downloaddrm-eeb23de23bf2c0aeff4e36b0513ea13ac09c0438.tar.gz
vc4: Add the DRM header file.
I'll build some libdrm C code soon, but for now this lets libdrm users use vc4 ioctls. Produced from headers_install of 1df59b8497f47495e873c23abd6d3d290c730505 (drm-next) in the kernel. Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.sources b/Makefile.sources
index a77f48de..1a1f0fec 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -32,6 +32,7 @@ LIBDRM_INCLUDE_H_FILES := \
include/drm/savage_drm.h \
include/drm/sis_drm.h \
include/drm/tegra_drm.h \
+ include/drm/vc4_drm.h \
include/drm/via_drm.h
LIBDRM_INCLUDE_VMWGFX_H_FILES := \