1ifndef NO_DWARF 2PERF_HAVE_DWARF_REGS := 1 3LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o 4endif 5ifndef NO_LIBUNWIND 6LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/unwind.o 7LIB_OBJS += $(OUTPUT)arch/$(ARCH)/tests/regs_load.o 8LIB_OBJS += $(OUTPUT)arch/$(ARCH)/tests/dwarf-unwind.o 9endif 10LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/header.o 11LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/tsc.o 12LIB_H += arch/$(ARCH)/util/tsc.h 13