aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86/Makefile
blob: 815841c04eb2f9b6db3ebeb3692711559d74e655 (plain)
1
2
3
4
5
6
7
8
ifndef NO_DWARF
PERF_HAVE_DWARF_REGS := 1
LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
endif
ifndef NO_LIBUNWIND
LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind.o
endif
LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o