X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2FMakefile;h=fc57e161f6d92e8c6eca39ca112b68d9fe6ba291;hb=d48415e1fe;hp=1cb47855655d8888a9b154c3f0d5db833d1caef6;hpb=116819b9ed0da46ba09b927a9d54795e5f56cbdc;p=dpdk.git diff --git a/examples/Makefile b/examples/Makefile index 1cb4785565..fc57e161f6 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -78,5 +78,7 @@ DIRS-y += vmdq DIRS-y += vmdq_dcb DIRS-$(CONFIG_RTE_LIBRTE_POWER) += vm_power_manager DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += l2fwd-crypto - +ifneq ($(CONFIG_RTE_EXEC_ENV_LINUXAPP),) +DIRS-$(CONFIG_RTE_ARCH_X86_64) += performance-thread +endif include $(RTE_SDK)/mk/rte.extsubdir.mk