X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2FMakefile;h=1151e094dc349f4915ee12a4f05748db94b94617;hb=a38dfe974b3b9ef7d961a9805a805a3ce7df9288;hp=50c670bc015b6f68474441c96c73c7d6ec379ef4;hpb=48f31ca50cc4b1c4e1b2dc073189f3603aae85cc;p=dpdk.git diff --git a/app/Makefile b/app/Makefile index 50c670bc01..1151e094dc 100644 --- a/app/Makefile +++ b/app/Makefile @@ -36,6 +36,6 @@ 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_LIBRTE_EAL_LINUXAPP) += dump_cfg +DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += proc_info include $(RTE_SDK)/mk/rte.subdir.mk