]> Pileus Git - ~andy/linux/blob - tools/perf/arch/x86/Makefile
Merge tag 'v3.11-rc5' into perf/core
[~andy/linux] / 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.o
7 endif
8 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o
9 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/tsc.o
10 LIB_H += arch/$(ARCH)/util/tsc.h