]> git.droids-corp.org - dpdk.git/blobdiff - examples/performance-thread/Makefile
app/testpmd: fix memory leaks after xstats errors
[dpdk.git] / examples / performance-thread / Makefile
index 6278c9a1743090bccb1b2f99dbd7ed42f70207c2..d19f8489edf96d5d1b4c9dfd8411b84a18343995 100644 (file)
@@ -38,6 +38,10 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
+ifneq ($(CONFIG_RTE_ARCH),"x86_64")
+$(error This application is only supported for x86_64 targets)
+endif
+
 DIRS-y += l3fwd-thread
 DIRS-y += pthread_shim