perf trace arm64: Use generated syscall table
[linux-2.6-microblaze.git] / tools / perf / Makefile.config
index f5a3b40..d3318f9 100644 (file)
@@ -54,6 +54,8 @@ endif
 
 ifeq ($(SRCARCH),arm64)
   NO_PERF_REGS := 0
+  NO_SYSCALL_TABLE := 0
+  CFLAGS += -I$(OUTPUT)arch/arm64/include/generated
   LIBUNWIND_LIBS = -lunwind -lunwind-aarch64
 endif