Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/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
This page took 0.037364 seconds and 6 git commands to generate.