svga: add svga_mksstats.h to the sources list

Otherwise it won't be picked in the tarball and the build will fail.

Fixes: 0035f7f136 ("svga: add guest statistic gathering interface")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2016-10-06 15:21:58 +01:00 committed by Emil Velikov
parent 78a7415f0b
commit b634be0e69

View file

@ -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 \