freedreno: Add ir3_cf.c and ir3_delay.c to Makefile.sources
authorJohn Stultz <john.stultz@linaro.org>
Tue, 10 Mar 2020 03:14:34 +0000 (03:14 +0000)
committerMarge Bot <eric+marge@anholt.net>
Wed, 11 Mar 2020 02:52:58 +0000 (02:52 +0000)
This patch adds missing ir3_cf.c and ir3_delay.c files to
the Makefile.sources file to address build issues seen
when trying to build mesa/master on AOSP

Signed-off-by: John Stultz <john.stultz@linaro.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4141>

src/freedreno/Makefile.sources

index c67fa375e03716e0e714d965bae801c857e03e61..fd78c169916eccd71138dbc6450e0b0690c590e0 100644 (file)
@@ -28,7 +28,9 @@ ir3_SOURCES := \
        ir3/ir3_context.c \
        ir3/ir3_context.h \
        ir3/ir3_cp.c \
+       ir3/ir3_cf.c \
        ir3/ir3_depth.c \
+       ir3/ir3_delay.c \
        ir3/ir3_group.c \
        ir3/ir3_image.c \
        ir3/ir3_image.h \