]> git.droids-corp.org - dpdk.git/blobdiff - app/Makefile
pdump: fix error code check when creating/canceling pthread
[dpdk.git] / app / Makefile
index c3aeebf6beffc32434f8739d1ff9e83795c929bb..7ea02b01a194626dafe0400b9f67b85326ebb670 100644 (file)
@@ -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