]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/perf/arch/x86/Makefile
Merge commit 'e26a9e0' into stable/for-linus-3.15
[karo-tx-linux.git] / tools / perf / arch / x86 / Makefile
1 ifndef NO_DWARF
2 PERF_HAVE_DWARF_REGS := 1
3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
4 endif
5 ifndef NO_LIBUNWIND
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind-libunwind.o
7 endif
8 ifndef NO_LIBDW_DWARF_UNWIND
9 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind-libdw.o
10 endif
11 ifndef NO_DWARF_UNWIND
12 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/tests/regs_load.o
13 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/tests/dwarf-unwind.o
14 endif
15 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
16 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/tsc.o
17 LIB_H += arch/$(ARCH)/util/tsc.h