X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fperformance-thread%2FMakefile;h=d19f8489edf96d5d1b4c9dfd8411b84a18343995;hb=bd6aa172cf35046e197b3a42a79069d4da15813a;hp=6278c9a1743090bccb1b2f99dbd7ed42f70207c2;hpb=433ba6228f9a77a9b5f4561258930a46d096b3c4;p=dpdk.git diff --git a/examples/performance-thread/Makefile b/examples/performance-thread/Makefile index 6278c9a174..d19f8489ed 100644 --- a/examples/performance-thread/Makefile +++ b/examples/performance-thread/Makefile @@ -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