diff options
author | Emil Velikov <[email protected]> | 2014-11-06 13:19:08 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-11-06 13:19:08 +0000 |
commit | 54a065d9a62be4d82fb7f4b0af52acea8fd2de73 (patch) | |
tree | 520d7a1589b49719b6707cf42c00607425ff2c24 | |
parent | f53b6d0134d9ad66e8ec3d7c09daaba8192834be (diff) |
ilo: add two missing headers to the sources list
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
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 |