From: Emma Kenny Date: Tue, 3 Jul 2018 16:16:45 +0000 (+0100) Subject: examples/multi_process: build l2fwd_fork app X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=26fd4b73125ca77690f7a97423e6b031ea98835d 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 --- 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