[Intel-gfx] [PACTH i-g-t v5 11/13] tools/Makefile: Replace automake specific name of listings in Makfile.sources
robert.foss at collabora.com
robert.foss at collabora.com
Wed Jul 27 17:17:45 UTC 2016
From: Robert Foss <robert.foss at collabora.com>
Replace the automake specific names 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>
---
tools/Android.mk | 1 +
tools/Makefile.am | 2 ++
tools/Makefile.sources | 2 +-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/Android.mk b/tools/Android.mk
index 306a4b5..6cdedeb 100644
--- a/tools/Android.mk
+++ b/tools/Android.mk
@@ -55,6 +55,7 @@ endef
$(shell mkdir -p $(TARGET_OUT_VENDOR)/$(LOCAL_TOOLS_DIR)/registers)
$(shell cp $(LOCAL_PATH)/registers/* $(TARGET_OUT_VENDOR)/$(LOCAL_TOOLS_DIR)/registers)
+bin_PROGRAMS := $(tools_prog_lists)
skip_tools_list := \
intel_framebuffer_dump \
diff --git a/tools/Makefile.am b/tools/Makefile.am
index f8ac0d8..d324321 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,5 +1,7 @@
include Makefile.sources
+bin_PROGRAMS = $(tools_prog_lists)
+
if HAVE_LIBDRM_INTEL
bin_PROGRAMS += $(LIBDRM_INTEL_BIN)
intel_error_decode_LDFLAGS = -lz
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 7ed5fe5..2bb6c8e 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 \
--
2.7.4
More information about the Intel-gfx
mailing list