xref: /linux/tools/perf/util/libunwind-arch/Build (revision 3d5e48944e824bddc20d7b874e784f7b279636fe)
1perf-util-$(CONFIG_LIBUNWIND) += libunwind-arch.o
2perf-util-$(CONFIG_LIBUNWIND) += libunwind-arm64.o
3perf-util-$(CONFIG_LIBUNWIND) += libunwind-arm.o
4perf-util-$(CONFIG_LIBUNWIND) += libunwind-loongarch.o
5perf-util-$(CONFIG_LIBUNWIND) += libunwind-mips.o
6perf-util-$(CONFIG_LIBUNWIND) += libunwind-ppc32.o
7perf-util-$(CONFIG_LIBUNWIND) += libunwind-ppc64.o
8perf-util-$(CONFIG_LIBUNWIND) += libunwind-riscv.o
9perf-util-$(CONFIG_LIBUNWIND) += libunwind-s390.o
10perf-util-$(CONFIG_LIBUNWIND) += libunwind-i386.o
11perf-util-$(CONFIG_LIBUNWIND) += libunwind-x86_64.o
12