doc: add missing algorithm in limitations for QAT
[dpdk.git] / examples / performance-thread / Makefile
index 6278c9a..0c5edfd 100644 (file)
@@ -38,6 +38,10 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
+ifeq ($(filter y,$(CONFIG_RTE_ARCH_X86_64) $(CONFIG_RTE_ARCH_ARM64)),)
+$(error This application is only supported for x86_64 and arm64 targets)
+endif
+
 DIRS-y += l3fwd-thread
 DIRS-y += pthread_shim