mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
panfrost: Fix Makefile.sources
Add missing `\`. Fixes Android build.
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Fixes: de077c2078 ("panfrost: Remove mali_alt_func")
This commit is contained in:
parent
a6873a8df2
commit
b0203b561c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ encoder_FILES := \
|
|||
encoder/pan_attributes.c \
|
||||
encoder/pan_encoder.h \
|
||||
encoder/pan_invocation.c \
|
||||
encoder/pan_sampler.c
|
||||
encoder/pan_sampler.c \
|
||||
encoder/pan_tiler.c \
|
||||
encoder/pan_scratch.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue