diff options
author | Emil Velikov <[email protected]> | 2016-07-26 09:46:02 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-07-28 14:08:24 +0100 |
commit | 8431c0e9d4bae63bf65b94751a89d10a63aebf64 (patch) | |
tree | 9f88435995aec611ecc4f33700d77da5ec029164 /src | |
parent | bade0cd0fbbf8004626e485806973d18f493749a (diff) |
vc4: automake: remove vc4_drm.h from the sources lists
The file was removed with earlier commit breaking 'make dist'.
Drop it from Makefile.sources since it's no longer around.
Fixes: 16985eb308e ("vc4: Switch to using the libdrm-provided
vc4_drm.h.")
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index 76e52ce142d..e1496d1012a 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -14,7 +14,6 @@ C_SOURCES := \ vc4_context.c \ vc4_context.h \ vc4_draw.c \ - vc4_drm.h \ vc4_emit.c \ vc4_fence.c \ vc4_formats.c \ |