[Intel-gfx] [PACTH i-g-t v5 10/13] benchmarks/Makefile: Replace automake specific name of listing in Makfile.sources
robert.foss at collabora.com
robert.foss at collabora.com
Wed Jul 27 17:17:44 UTC 2016
From: Robert Foss <robert.foss at collabora.com>
Replace the automake specific name of listings in Makefile.sources
with something not automake specific.
Signed-off-by: Robert Foss <robert.foss at collabora.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
---
benchmarks/Android.mk | 2 +-
benchmarks/Makefile.am | 2 ++
benchmarks/Makefile.sources | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk
index 22ecd2f..147f5db 100644
--- a/benchmarks/Android.mk
+++ b/benchmarks/Android.mk
@@ -32,7 +32,7 @@ endef
#================#
-benchmark_list := $(benchmarks_PROGRAMS)
+benchmark_list := $(benchmarks_prog_list)
ifeq ($(HAVE_LIBDRM_INTEL),true)
benchmark_list += $(LIBDRM_INTEL_BENCHMARKS)
diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am
index 7400dd0..8ae3cb3 100644
--- a/benchmarks/Makefile.am
+++ b/benchmarks/Makefile.am
@@ -1,5 +1,7 @@
include Makefile.sources
+benchmarks_PROGRAMS = $(benchmarks_prog_list)
+
if HAVE_LIBDRM_INTEL
benchmarks_PROGRAMS += $(LIBDRM_INTEL_BENCHMARKS)
endif
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index 0862b76..00d84ae 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -1,6 +1,6 @@
benchmarksdir=$(libexecdir)/intel-gpu-tools/benchmarks
-benchmarks_PROGRAMS = \
+benchmarks_prog_list = \
gem_blt \
gem_create \
gem_exec_ctx \
--
2.7.4
More information about the Intel-gfx
mailing list