aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/s390/Makefile
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2011-01-05 12:48:12 +0100
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>2011-01-05 12:47:31 +0100
commitf602be639e97024a77062368e123008c94b3109a (patch)
tree35a2b5f45e1c9cd0d29311d4b92868bd7c714c9e /tools/perf/arch/s390/Makefile
parent[S390] cleanup ftrace backend functions (diff)
downloadlinux-dev-f602be639e97024a77062368e123008c94b3109a.tar.xz
linux-dev-f602be639e97024a77062368e123008c94b3109a.zip
[S390] perf: add DWARF register lookup for s390
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/arch/s390/Makefile')
-rw-r--r--tools/perf/arch/s390/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/arch/s390/Makefile b/tools/perf/arch/s390/Makefile
new file mode 100644
index 000000000000..15130b50dfe3
--- /dev/null
+++ b/tools/perf/arch/s390/Makefile
@@ -0,0 +1,4 @@
+ifndef NO_DWARF
+PERF_HAVE_DWARF_REGS := 1
+LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
+endif