mesa: Makefile.sources: Add nir_lower_fb_read.c to Makefile.sources list
authorJohn Stultz <john.stultz@linaro.org>
Thu, 2 May 2019 20:36:11 +0000 (13:36 -0700)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 6 May 2019 11:29:26 +0000 (11:29 +0000)
In commit a99c360a4630 (nir: add pass to lower fb reads), a new
file was added that needs to also be added to the
Makefile.sources list used by the Android and SCons build system.

Cc: Rob Clark <robdclark@chromium.org>
Cc: Emil Velikov <emil.l.velikov@gmail.com>
Cc: Amit Pundir <amit.pundir@linaro.org>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Alistair Strachan <astrachan@google.com>
Cc: Greg Hartman <ghartman@google.com>
Cc: Tapani Pälli <tapani.palli@intel.com>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Fixes: a99c360a463 ("nir: add pass to lower fb reads")
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
src/compiler/Makefile.sources

index 9bebc3d..0052567 100644 (file)
@@ -244,6 +244,7 @@ NIR_FILES = \
        nir/nir_lower_constant_initializers.c \
        nir/nir_lower_double_ops.c \
        nir/nir_lower_drawpixels.c \
+       nir/nir_lower_fb_read.c \
        nir/nir_lower_fragcoord_wtrans.c \
        nir/nir_lower_frexp.c \
        nir/nir_lower_global_vars_to_local.c \