[v1] examples/multi_process: add l2fwd_fork to Makefile

Message ID 20180703085729.21628-1-emma.kenny@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers
Series [v1] examples/multi_process: add l2fwd_fork to Makefile |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Emma Kenny July 3, 2018, 8:57 a.m. UTC
  l2fwd_fork is not complied by default, this will make it compile

Fixes: 95e8005a56e8 ("examples/l2fwd_fork: new app")

Signed-off-by: Emma Kenny <emma.kenny@intel.com>
---
 examples/multi_process/Makefile | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/examples/multi_process/Makefile b/examples/multi_process/Makefile
index 5ad81a6..5961d28 100644
--- a/examples/multi_process/Makefile
+++ b/examples/multi_process/Makefile
@@ -15,6 +15,4 @@  DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += simple_mp
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += symmetric_mp
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += l2fwd_fork
 
-
-
 include $(RTE_SDK)/mk/rte.extsubdir.mk