diff options
author | Andreas Boll <[email protected]> | 2017-11-08 15:15:06 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-11-08 18:30:45 +0000 |
commit | 6e4d65f674a70809e6df1a4f716f874828915562 (patch) | |
tree | 5f0342795e57b13d8eceaf70de478c8304f9c4e3 /src/gallium | |
parent | 6905d005ef8a1530ebe851c5a639abd7d22b156b (diff) |
broadcom/vc5: Add vc5_drm.h to the release tarball
Fixes: 45bb8f29571 ("broadcom: Add V3D 3.3 gallium driver called "vc5",
for BCM7268.")
Cc: 17.3 <[email protected]>
Signed-off-by: Andreas Boll <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/vc5/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources index 0d54f830bb2..3fb6a0d0911 100644 --- a/src/gallium/drivers/vc5/Makefile.sources +++ b/src/gallium/drivers/vc5/Makefile.sources @@ -7,6 +7,7 @@ C_SOURCES := \ vc5_context.c \ vc5_context.h \ vc5_draw.c \ + vc5_drm.h \ vc5_emit.c \ vc5_fence.c \ vc5_formats.c \ |