X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2FMakefile;h=4b3a4487e05f522e350784f90caa903be94a7c74;hb=9f3ea3e4b9271851e14ddbe6b8d00affdac41bb1;hp=1151e094dc349f4915ee12a4f05748db94b94617;hpb=f9f7c949ff54bfba44e8b2f0d586d756c74c3e87;p=dpdk.git diff --git a/app/Makefile b/app/Makefile index 1151e094dc..4b3a4487e0 100644 --- a/app/Makefile +++ b/app/Makefile @@ -31,11 +31,9 @@ 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_APP_CRYPTO_PERF) += test-crypto-perf DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += proc_info +DIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += pdump include $(RTE_SDK)/mk/rte.subdir.mk