perf tools powerpc: Fix build issue when DWARF support is disabled
[cascardo/linux.git] / tools / perf / arch / powerpc / Makefile
1 ifndef NO_DWARF
2 PERF_HAVE_DWARF_REGS := 1
3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
4 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/skip-callchain-idx.o
5 endif
6 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o