mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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: a1a739995b ("freedreno/a5xx: Move resource layout to fdl.")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Acked-by: Rob Clark <robdclark@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5580>
This commit is contained in:
parent
5f97dfc4c8
commit
b41828c337
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue