diff options
author | Jose Fonseca <[email protected]> | 2015-04-01 19:49:09 +0100 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-04-01 19:49:09 +0100 |
commit | 3321724c10e2c9c5cd8f84bafb26678c6d1108b5 (patch) | |
tree | 79a7a89e16ca38708380fdac88c2b432366716e5 /src/gallium/auxiliary/Makefile.sources | |
parent | 7f0682cebf8b100922d45a423df1e2fbd036bc3e (diff) |
automake,scons: Put NIR source files in a separate var to fix SCons build.
SCons does not build NIR yet.
Trivial.
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 08e4e4c4f84..bd8e9499899 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -69,7 +69,6 @@ C_SOURCES := \ indices/u_indices_priv.h \ indices/u_primconvert.c \ indices/u_primconvert.h \ - nir/tgsi_to_nir.c \ os/os_memory_aligned.h \ os/os_memory_debug.h \ os/os_memory_stdc.h \ @@ -303,6 +302,9 @@ C_SOURCES := \ util/u_vbuf.h \ util/u_video.h +NIR_SOURCES := \ + nir/tgsi_to_nir.c + VL_SOURCES := \ vl/vl_compositor.c \ vl/vl_compositor.h \ |