mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
freedreno: Add ir3_cf.c and ir3_delay.c to Makefile.sources
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>
This commit is contained in:
parent
2dc300421d
commit
67aae8f98f
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue