mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
etnaviv: automake: include all files in the sources lists
Note: the currently mentioned etnaviv_utils.h is typo. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
d1dc22eb46
commit
0467700536
1 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
|||
C_SOURCES := \
|
||||
hw/cmdstream.xml.h \
|
||||
hw/common.xml.h \
|
||||
hw/isa.xml.h \
|
||||
hw/state_3d.xml.h \
|
||||
hw/state.xml.h \
|
||||
\
|
||||
etnaviv_asm.c \
|
||||
etnaviv_asm.h \
|
||||
etnaviv_blend.c \
|
||||
|
|
@ -18,6 +24,7 @@ C_SOURCES := \
|
|||
etnaviv_fence.h \
|
||||
etnaviv_format.c \
|
||||
etnaviv_format.h \
|
||||
etnaviv_internal.h \
|
||||
etnaviv_query.c \
|
||||
etnaviv_query.h \
|
||||
etnaviv_query_sw.c \
|
||||
|
|
@ -42,8 +49,9 @@ C_SOURCES := \
|
|||
etnaviv_tiling.h \
|
||||
etnaviv_transfer.c \
|
||||
etnaviv_transfer.h \
|
||||
etnaviv_translate.h \
|
||||
etnaviv_uniforms.c \
|
||||
etnaviv_uniforms.h \
|
||||
etnaviv_utils.h \
|
||||
etnaviv_util.h \
|
||||
etnaviv_zsa.c \
|
||||
etnaviv_zsa.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue