mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-29 01:08:12 +02:00
etnaviv no longer builds on Android, fix this. Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3447> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3447>
10 lines
194 B
Text
10 lines
194 B
Text
C_SOURCES := \
|
|
etnaviv_device.c \
|
|
etnaviv_gpu.c \
|
|
etnaviv_bo.c \
|
|
etnaviv_bo_cache.c \
|
|
etnaviv_perfmon.c \
|
|
etnaviv_pipe.c \
|
|
etnaviv_cmd_stream.c \
|
|
etnaviv_drmif.h \
|
|
etnaviv_priv.h
|