diff options
author | Emil Velikov <[email protected]> | 2016-10-06 15:21:58 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-10-06 16:17:09 +0100 |
commit | b634be0e6951ca1b6df0812425d10652cd6ec34a (patch) | |
tree | b0fb4615ede78b196daa4f5afa0551f408b1aee3 | |
parent | 78a7415f0be53eb06c5f226ded82995c4cd01c41 (diff) |
svga: add svga_mksstats.h to the sources list
Otherwise it won't be picked in the tarball and the build will fail.
Fixes: 0035f7f1365 ("svga: add guest statistic gathering interface")
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/gallium/drivers/svga/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/Makefile.sources b/src/gallium/drivers/svga/Makefile.sources index 5c022f437ad..229d2863c84 100644 --- a/src/gallium/drivers/svga/Makefile.sources +++ b/src/gallium/drivers/svga/Makefile.sources @@ -15,6 +15,7 @@ C_SOURCES := \ svga_hw_reg.h \ svga_link.c \ svga_link.h \ + svga_mksstats.h \ svga_pipe_blend.c \ svga_pipe_blit.c \ svga_pipe_clear.c \ |