From: Emil Velikov Date: Thu, 6 Nov 2014 13:19:08 +0000 (+0000) Subject: ilo: add two missing headers to the sources list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54a065d9a62be4d82fb7f4b0af52acea8fd2de73;p=mesa.git ilo: add two missing headers to the sources list Signed-off-by: Emil Velikov --- diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 85ce3df931d..9e7977f7cee 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