summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/Makefile.am
diff options
context:
space:
mode:
authorMauro Rossi <issor.oruam@gmail.com>2015-09-06 14:15:38 +0200
committerEmil Velikov <emil.l.velikov@gmail.com>2015-09-09 15:27:31 +0100
commitc12ffb30b4a53eda55ef8f541b760c309c488e66 (patch)
tree8cc3739a8331d6a8ee9f2c8500d378aec8953b51 /src/gallium/drivers/radeonsi/Makefile.am
parent8056b3ffeb0cdca890cf9cde05dcd5afff4c50fc (diff)
downloadexternal_mesa3d-c12ffb30b4a53eda55ef8f541b760c309c488e66.zip
external_mesa3d-c12ffb30b4a53eda55ef8f541b760c309c488e66.tar.gz
external_mesa3d-c12ffb30b4a53eda55ef8f541b760c309c488e66.tar.bz2
android: radeonsi: add support for sid_tables.h generated sources
This patch is necessary to avoid building error on android, due to missing sid_tables.h generated sources v2:[Emil Velikov] Correctly split the lists. Fixes: fbbebeae10f(radeonsi: inline si_cmd_context_control) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/drivers/radeonsi/Makefile.am')
-rw-r--r--src/gallium/drivers/radeonsi/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am
index ae5035a..c506666 100644
--- a/src/gallium/drivers/radeonsi/Makefile.am
+++ b/src/gallium/drivers/radeonsi/Makefile.am
@@ -30,7 +30,7 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libradeonsi.la
-libradeonsi_la_SOURCES = $(C_SOURCES)
+libradeonsi_la_SOURCES = $(C_SOURCES) $(GENERATED_SOURCES)
sid_tables.h: $(srcdir)/sid_tables.py $(srcdir)/sid.h
$(AM_V_GEN) $(PYTHON2) $(srcdir)/sid_tables.py $(srcdir)/sid.h > $@