Module: Mesa Branch: master Commit: 54a065d9a62be4d82fb7f4b0af52acea8fd2de73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54a065d9a62be4d82fb7f4b0af52acea8fd2de73
Author: Emil Velikov <[email protected]> Date: Thu Nov 6 13:19:08 2014 +0000 ilo: add two missing headers to the sources list Signed-off-by: Emil Velikov <[email protected]> --- src/gallium/drivers/ilo/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 85ce3df..9e7977f 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -83,6 +83,8 @@ GENHW_FILES := \ genhw/genhw.h \ genhw/gen_mi.xml.h \ genhw/gen_regs.xml.h \ + genhw/gen_render.xml.h \ genhw/gen_render_3d.xml.h \ genhw/gen_render_dynamic.xml.h \ + genhw/gen_render_media.xml.h \ genhw/gen_render_surface.xml.h _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
