summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2019-01-31 09:56:19 -0500
committerDylan Baker <[email protected]>2019-01-31 11:08:53 -0800
commit7f91ae20b9dc33bb609ab5e631963af67e53c84a (patch)
tree15c0dfba77e6d52a31ee9fb0ff7c3d3ebff96683
parent0a72505a9e2a7ad368b2d17457b91873cb413b58 (diff)
freedreno: more fixing release tarball
Fixes: aa0fed10d35 freedreno: move ir3 to common location Signed-off-by: Rob Clark <[email protected]> (cherry picked from commit 39cfdf9930659b01cd89f0fbc29c43c623e17d2d)
-rw-r--r--src/gallium/drivers/freedreno/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.am b/src/gallium/drivers/freedreno/Makefile.am
index fe409fa5f52..dbc15f40389 100644
--- a/src/gallium/drivers/freedreno/Makefile.am
+++ b/src/gallium/drivers/freedreno/Makefile.am
@@ -23,4 +23,6 @@ libfreedreno_la_SOURCES = \
$(a6xx_SOURCES) \
$(ir3_SOURCES)
-EXTRA_DIST = meson.build
+EXTRA_DIST = \
+ ir3/ir3_cmdline.c \
+ meson.build