Merge branch 'for-next/late-arrivals' into for-next/core
[linux-2.6-microblaze.git] / tools / testing / selftests / arm64 / Makefile
index 463d562..2c9d012 100644 (file)
@@ -4,7 +4,7 @@
 ARCH ?= $(shell uname -m 2>/dev/null || echo not)
 
 ifneq (,$(filter $(ARCH),aarch64 arm64))
-ARM64_SUBTARGETS ?= tags signal pauth fp
+ARM64_SUBTARGETS ?= tags signal pauth fp mte
 else
 ARM64_SUBTARGETS :=
 endif