kselftest/arm64: mte: Output warning about failing compiler
[linux-2.6-microblaze.git] / tools / testing / selftests / arm64 / mte / Makefile
index fa282e5..e0d43ce 100644 (file)
@@ -23,6 +23,9 @@ TEST_GEN_PROGS := $(PROGS)
 
 # Get Kernel headers installed and use them.
 KSFT_KHDR_INSTALL := 1
+else
+    $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.)
+    $(warning test program "mte" will not be created.)
 endif
 
 # Include KSFT lib.mk.