mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
gallium/radeonsi: ship all files in the tarball
- include all headers in Makefile.sources - bundle the android buildscript Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
8b48e14a48
commit
36b5012a8d
2 changed files with 8 additions and 0 deletions
|
|
@ -31,3 +31,5 @@ AM_CFLAGS = \
|
|||
noinst_LTLIBRARIES = libradeonsi.la
|
||||
|
||||
libradeonsi_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
EXTRA_DIST = Android.mk
|
||||
|
|
|
|||
|
|
@ -3,11 +3,17 @@ C_SOURCES := \
|
|||
si_commands.c \
|
||||
si_compute.c \
|
||||
si_descriptors.c \
|
||||
sid.h \
|
||||
si_dma.c \
|
||||
si_hw_context.c \
|
||||
si_pipe.c \
|
||||
si_pipe.h \
|
||||
si_pm4.c \
|
||||
si_pm4.h \
|
||||
si_public.h \
|
||||
si_shader.c \
|
||||
si_shader.h \
|
||||
si_state.c \
|
||||
si_state_draw.c \
|
||||
si_state.h \
|
||||
si_uvd.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue