From f602be639e97024a77062368e123008c94b3109a Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Wed, 5 Jan 2011 12:48:12 +0100 Subject: [S390] perf: add DWARF register lookup for s390 Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- tools/perf/arch/s390/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/perf/arch/s390/Makefile (limited to 'tools/perf/arch/s390/Makefile') 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 -- cgit v1.2.3-59-g8ed1b