summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorRobert Foss <robert.foss@collabora.com>2016-07-27 13:17:45 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-04 13:13:05 +0200
commit21d0193dc6d68ea003ffcd1a81c0080a032fa84c (patch)
tree656f7144142c6b4faed2a654293e745fc5dcf4a4 /tools/Makefile.sources
parent0c15c7f515f7581c22b413f6b3818fe0453b14db (diff)
tools/Makefile: Replace automake specific name of listings in Makfile.sources
Replace the automake specific names of listings in Makefile.sources with something not automake specific. Signed-off-by: Robert Foss <robert.foss@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 7ed5fe5e..2bb6c8e1 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -4,7 +4,7 @@ noinst_PROGRAMS = \
skl_ddb_allocation \
$(NULL)
-bin_PROGRAMS = \
+tools_prog_lists = \
igt_stats \
intel_audio_dump \
intel_reg \