diff options
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile index 30ec292a..62d5d029 100644 --- a/app/Makefile +++ b/app/Makefile @@ -36,7 +36,7 @@ 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_PROC_INFO) += proc_info DIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += pdump include $(RTE_SDK)/mk/rte.subdir.mk |