From 793e5df7478d5db5dbd02335d0f88dd1a6a88457 Mon Sep 17 00:00:00 2001 From: Intel Date: Mon, 3 Jun 2013 00:00:00 +0000 Subject: [PATCH] app: fix Makefile Signed-off-by: Intel --- app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile b/app/Makefile index 059c398a51..4ff2cdcc04 100644 --- a/app/Makefile +++ b/app/Makefile @@ -34,7 +34,7 @@ include $(RTE_SDK)/mk/rte.vars.mk DIRS-$(CONFIG_RTE_APP_TEST) += test DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd -DIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += cmdline_test +DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += cmdline_test DIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += dump_cfg DIRS-$(CONFIG_RTE_LIBRTE_PMAC) += test-pm DIRS-$(CONFIG_RTE_LIBRTE_PMAC) += test-acl -- 2.20.1