perf tools: Fix arm64 build error
[deliverable/linux.git] / tools / perf / arch / arm64 / 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
This page took 0.096673 seconds and 5 git commands to generate.