X-Git-Url: https://git.openfabrics.org/?p=~shefty%2Frdma-dev.git;a=blobdiff_plain;f=tools%2Fperf%2FMakefile;h=2cbaad83a6e22dde3ccb8f0ec1eda4fb37ddc1a2;hp=317766ec070b5201906babcbf3137e2dde53af16;hb=203e04c16330c880538588e932743f404ee4fd66;hpb=2376c67a7bbc7849b806688ba2efb8520c21c458 diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 317766ec070..2cbaad83a6e 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -58,7 +58,7 @@ ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ -e s/arm.*/arm/ -e s/sa110/arm/ \ -e s/s390x/s390/ -e s/parisc64/parisc/ \ -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \ - -e s/sh[234].*/sh/ ) + -e s/sh[234].*/sh/ -e s/aarch64.*/arm64/ ) NO_PERF_REGS := 1 CC = $(CROSS_COMPILE)gcc