[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-8f5tlfwegkirhir2ffz8nw3i@git.kernel.org>
Date: Wed, 18 Feb 2015 10:37:40 -0800
From: tip-bot for Jiri Olsa <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: sukadev@...ux.vnet.ibm.com, dsahern@...il.com, mingo@...nel.org,
hpa@...or.com, eranian@...gle.com, jolsa@...nel.org,
fweisbec@...il.com, alexis.berlemont@...il.com, tglx@...utronix.de,
paulus@...ba.org, peterz@...radead.org,
cjashfor@...ux.vnet.ibm.com, will.deacon@....com,
linux-kernel@...r.kernel.org, acme@...hat.com, namhyung@...nel.org,
bp@...en8.de
Subject: [tip:perf/core] perf build: Add arch s390 objects building
Commit-ID: 953bce80c01a3e475a5134e8ec410d6f39b9d188
Gitweb: http://git.kernel.org/tip/953bce80c01a3e475a5134e8ec410d6f39b9d188
Author: Jiri Olsa <jolsa@...nel.org>
AuthorDate: Tue, 30 Dec 2014 14:12:21 +0100
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Thu, 12 Feb 2015 13:20:59 -0300
perf build: Add arch s390 objects building
Move the s390 arch objects building under build framework to be included
in the libperf build object.
Signed-off-by: Jiri Olsa <jolsa@...nel.org>
Tested-by: Sukadev Bhattiprolu <sukadev@...ux.vnet.ibm.com>
Tested-by: Will Deacon <will.deacon@....com>
Cc: Alexis Berlemont <alexis.berlemont@...il.com>
Cc: Borislav Petkov <bp@...en8.de>
Cc: Corey Ashford <cjashfor@...ux.vnet.ibm.com>
Cc: David Ahern <dsahern@...il.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Stephane Eranian <eranian@...gle.com>
Link: http://lkml.kernel.org/n/tip-8f5tlfwegkirhir2ffz8nw3i@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/arch/s390/Build | 1 +
tools/perf/arch/s390/Makefile | 3 ---
tools/perf/arch/{powerpc => s390}/util/Build | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/tools/perf/arch/s390/Build b/tools/perf/arch/s390/Build
index e69de29..54afe4a 100644
--- a/tools/perf/arch/s390/Build
+++ b/tools/perf/arch/s390/Build
@@ -0,0 +1 @@
+libperf-y += util/
diff --git a/tools/perf/arch/s390/Makefile b/tools/perf/arch/s390/Makefile
index 798ac73..21322e0 100644
--- a/tools/perf/arch/s390/Makefile
+++ b/tools/perf/arch/s390/Makefile
@@ -1,7 +1,4 @@
ifndef NO_DWARF
PERF_HAVE_DWARF_REGS := 1
-LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
endif
-LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
HAVE_KVM_STAT_SUPPORT := 1
-LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/kvm-stat.o
diff --git a/tools/perf/arch/powerpc/util/Build b/tools/perf/arch/s390/util/Build
similarity index 56%
copy from tools/perf/arch/powerpc/util/Build
copy to tools/perf/arch/s390/util/Build
index 0af6e9b..8a61372 100644
--- a/tools/perf/arch/powerpc/util/Build
+++ b/tools/perf/arch/s390/util/Build
@@ -1,4 +1,4 @@
libperf-y += header.o
+libperf-y += kvm-stat.o
libperf-$(CONFIG_DWARF) += dwarf-regs.o
-libperf-$(CONFIG_DWARF) += skip-callchain-idx.o
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists