Mesa (master): android: freedreno: add fd5_layout.c to Makefile.sources

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 24 10:19:18 UTC 2020


Module: Mesa
Branch: master
Commit: b41828c33751d666726dc27222674b7eff08fe28
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b41828c33751d666726dc27222674b7eff08fe28

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Sat Jun 20 18:22:31 2020 +0200

android: freedreno: add fd5_layout.c to Makefile.sources

Fixes the following building error:

FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so
...
ld.lld: error: undefined symbol: fdl5_layout
clang-9: error: linker command failed with exit code 1 (use -v to see invocation)

Fixes: a1a739995ba ("freedreno/a5xx: Move resource layout to fdl.")
Signed-off-by: Mauro Rossi <issor.oruam at gmail.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Acked-by: Rob Clark <robdclark at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5580>

---

 src/freedreno/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/freedreno/Makefile.sources b/src/freedreno/Makefile.sources
index ee839445cd7..1e6d114a969 100644
--- a/src/freedreno/Makefile.sources
+++ b/src/freedreno/Makefile.sources
@@ -15,6 +15,7 @@ drm_SOURCES := \
 	drm/msm_ringbuffer.c
 
 ir3_SOURCES := \
+	fdl/fd5_layout.c \
 	fdl/fd6_layout.c \
 	fdl/freedreno_layout.c \
 	ir3/disasm-a3xx.c \



More information about the mesa-commit mailing list