From b41828c33751d666726dc27222674b7eff08fe28 Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Sat, 20 Jun 2020 18:22:31 +0200 Subject: [PATCH] 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 Reviewed-by: Eric Engestrom Acked-by: Rob Clark Part-of: --- 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 \ -- 2.30.2