From 1780a562bcb996828509c5e8912305751bee6144 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 16 Nov 2015 10:49:14 +0000 Subject: [PATCH] nv50: add missing header into the sources list Otherwise it won't end up in the tarball. Signed-off-by: Emil Velikov --- src/gallium/drivers/nouveau/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2