|
@@ -48,6 +48,10 @@ ifeq ($(ARCH),arm64)
|
|
|
LIBUNWIND_LIBS = -lunwind -lunwind-aarch64
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(NO_PERF_REGS),0)
|
|
|
+ $(call detected,CONFIG_PERF_REGS)
|
|
|
+endif
|
|
|
+
|
|
|
# So far there's only x86 and arm libdw unwind support merged in perf.
|
|
|
# Disable it on all other architectures in case libdw unwind
|
|
|
# support is detected in system. Add supported architectures
|