diff options
author | Emil Velikov <[email protected]> | 2015-11-16 10:49:14 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-16 10:49:14 +0000 |
commit | 1780a562bcb996828509c5e8912305751bee6144 (patch) | |
tree | 9712302045fb6f60c4bcb17215605a896aea7775 /src/gallium | |
parent | 40c2acef5cfe28f4ac371203bd70bfc7a222ba26 (diff) |
nv50: add missing header into the sources list
Otherwise it won't end up in the tarball.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/nouveau/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources index 12821a670cd..31a93659647 100644 --- a/src/gallium/drivers/nouveau/Makefile.sources +++ b/src/gallium/drivers/nouveau/Makefile.sources @@ -65,6 +65,7 @@ NV50_C_SOURCES := \ nv50/nv50_3d.xml.h \ nv50/nv50_blit.h \ nv50/nv50_compute.c \ + nv50/nv50_compute.xml.h \ nv50/nv50_context.c \ nv50/nv50_context.h \ nv50/nv50_defs.xml.h \ |