From 26fd4b73125ca77690f7a97423e6b031ea98835d Mon Sep 17 00:00:00 2001 From: Emma Kenny Date: Tue, 3 Jul 2018 17:16:45 +0100 Subject: [PATCH] examples/multi_process: build l2fwd_fork app l2fwd_fork is not complied by default, this will make it compile Fixes: 95e8005a56e8 ("examples/l2fwd_fork: new app") Signed-off-by: Emma Kenny Acked-by: Ferruh Yigit --- examples/multi_process/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/multi_process/Makefile b/examples/multi_process/Makefile index a6708b7e48..5961d281eb 100644 --- a/examples/multi_process/Makefile +++ b/examples/multi_process/Makefile @@ -13,5 +13,6 @@ include $(RTE_SDK)/mk/rte.vars.mk DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += client_server_mp 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 -- 2.20.1