[Intel-gfx] [RFC i-g-t v3 11/13] tools/Makefile: Replace automake specific name of listings in Makfile.sources

robert.foss at collabora.com robert.foss at collabora.com
Wed Jun 15 09:51:08 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>
---
 tools/Android.mk       | 3 ++-
 tools/Makefile.am      | 2 ++
 tools/Makefile.sources | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/tools/Android.mk b/tools/Android.mk
index 306a4b5..72dfa12 100644
--- a/tools/Android.mk
+++ b/tools/Android.mk
@@ -55,7 +55,8 @@ 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 \
     intel_reg_dumper \
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