X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2FMakefile;h=7ea02b01a194626dafe0400b9f67b85326ebb670;hb=4f5dd001f77d01205566ed7e6349f60cd381621c;hp=c3aeebf6beffc32434f8739d1ff9e83795c929bb;hpb=5ae1274fb01bac5c9aff3e992569331b94965880;p=dpdk.git diff --git a/app/Makefile b/app/Makefile index c3aeebf6be..7ea02b01a1 100644 --- a/app/Makefile +++ b/app/Makefile @@ -39,4 +39,8 @@ ifeq ($(CONFIG_RTE_LIBRTE_CRYPTODEV),y) DIRS-$(CONFIG_RTE_APP_CRYPTO_PERF) += test-crypto-perf endif +ifeq ($(CONFIG_RTE_LIBRTE_EVENTDEV),y) +DIRS-$(CONFIG_RTE_APP_EVENTDEV) += test-eventdev +endif + include $(RTE_SDK)/mk/rte.subdir.mk