panfrost: Move pan_afbc.c file to the the right Makefile.source file
authorJohn Stultz <john.stultz@linaro.org>
Tue, 10 Mar 2020 03:37:44 +0000 (03:37 +0000)
committerMarge Bot <eric+marge@anholt.net>
Wed, 11 Mar 2020 02:52:58 +0000 (02:52 +0000)
It seems pan_afbc.c was added to the wrong Makefile.sources file.

So fix this, so we don't run into build issues with mesa/master
trying to build under AOSP.

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

src/gallium/drivers/panfrost/Makefile.sources
src/panfrost/Makefile.sources

index eea6605d04035d34ab7d1568edce77d6009fe557..1a465d46f58938d77ea77661ac4f490a58ef7085 100644 (file)
@@ -3,7 +3,6 @@ C_SOURCES := \
        nir/nir_lower_blend.h \
        nir/nir_lower_framebuffer.c \
     \
-       pan_afbc.c \
        pan_allocate.c \
        pan_allocate.h \
        pan_assemble.c \
index 4f1cdc639058614c57927fd659f11d716b0a7246..fd58252345a065973f715e7152970a18ecabfc47 100644 (file)
@@ -14,6 +14,7 @@ bifrost_FILES := \
         bifrost/disassemble.h
 
 encoder_FILES := \
+       encoder/pan_afbc.c \
         encoder/pan_attributes.c \
         encoder/pan_encoder.h \
         encoder/pan_invocation.c \