X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=app%2FMakefile;h=7ea02b01a194626dafe0400b9f67b85326ebb670;hb=f239aed5e674965691846e8ce3f187dd47523689;hp=1151e094dc349f4915ee12a4f05748db94b94617;hpb=97f17497d162afdb82c8704bf097f0fee3724b2e;p=deb_dpdk.git diff --git a/app/Makefile b/app/Makefile index 1151e094..7ea02b01 100644 --- a/app/Makefile +++ b/app/Makefile @@ -31,11 +31,16 @@ include $(RTE_SDK)/mk/rte.vars.mk -DIRS-$(CONFIG_RTE_APP_TEST) += test -DIRS-$(CONFIG_RTE_LIBRTE_ACL) += test-acl -DIRS-$(CONFIG_RTE_LIBRTE_PIPELINE) += test-pipeline DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd -DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += cmdline_test DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += proc_info +DIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += pdump + +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