mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
Building perf for LoongArch fails when CONFIG_LIBDW_DWARF_UNWIND is
enabled because unwind-libdw.o is still referenced in
arch/loongarch/util/Build.
Fixes: e62fae9d9e ("perf unwind-libdw: Fix a cross-arch unwinding bug")
Signed-off-by: WANG Rui <r@hev.cc>
Acked-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
perf-util-y += header.o
|
|
|
|
perf-util-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o
|