aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-05-30 18:57:09 +0100
committerEmil Velikov <[email protected]>2016-05-30 19:19:01 +0100
commit922b471777c524f497fb8eda97153a898900f223 (patch)
treeba7ff347a3aa82d28154d2ccd531ef36f3846344 /src/compiler
parentf25fdf21e74416e11bc13973d7ec8d022e93c6e2 (diff)
nir: add the SConscript.nir to the tarball
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/Makefile.nir.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am
index 08713a82bea..9aac214fdef 100644
--- a/src/compiler/Makefile.nir.am
+++ b/src/compiler/Makefile.nir.am
@@ -86,4 +86,5 @@ EXTRA_DIST += \
nir/nir_opcodes_c.py \
nir/nir_opcodes_h.py \
nir/nir_opt_algebraic.py \
- nir/tests
+ nir/tests \
+ SConscript.nir