blob: 80d3571918b1a64136d81eb690b13dfac2023f5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
perf-util-$(CONFIG_LIBUNWIND) += libunwind-arch.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-arm64.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-arm.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-loongarch.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-mips.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-ppc32.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-ppc64.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-riscv.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-s390.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-i386.o
perf-util-$(CONFIG_LIBUNWIND) += libunwind-x86_64.o
|