From: Emil Velikov Date: Sat, 22 Aug 2015 11:15:27 +0000 (+0100) Subject: nouveau: add codegen/unordered_set.h to the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79da1b262de0df61c1bf74a55c9b18cd6eeb2fc5;p=mesa.git nouveau: add codegen/unordered_set.h to the tarball Signed-off-by: Emil Velikov --- diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources index 3fae3bc9cba..9346ea3204d 100644 --- a/src/gallium/drivers/nouveau/Makefile.sources +++ b/src/gallium/drivers/nouveau/Makefile.sources @@ -121,7 +121,8 @@ NV50_CODEGEN_SOURCES := \ codegen/nv50_ir_target_nv50.cpp \ codegen/nv50_ir_target_nv50.h \ codegen/nv50_ir_util.cpp \ - codegen/nv50_ir_util.h + codegen/nv50_ir_util.h \ + codegen/unordered_set.h NVC0_CODEGEN_SOURCES := \ codegen/nv50_ir_emit_gk110.cpp \