Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / tools / perf / arch / x86 / Makefile
CommitLineData
cd932c59
IM
1ifndef NO_DWARF
2PERF_HAVE_DWARF_REGS := 1
3LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
4endif
71ad0f5e 5ifndef NO_LIBUNWIND
436aa749 6LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind-libunwind.o
71ad0f5e 7endif
5ea84154
JO
8ifndef NO_LIBDW_DWARF_UNWIND
9LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind-libdw.o
10endif
0a4f2b6a
JO
11ifndef NO_DWARF_UNWIND
12LIB_OBJS += $(OUTPUT)arch/$(ARCH)/tests/regs_load.o
13LIB_OBJS += $(OUTPUT)arch/$(ARCH)/tests/dwarf-unwind.o
14endif
fbe96f29 15LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
3bd5a5fc
AH
16LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/tsc.o
17LIB_H += arch/$(ARCH)/util/tsc.h
This page took 0.196058 seconds and 5 git commands to generate.