examples/multi_process: build l2fwd_fork app
authorEmma Kenny <emma.kenny@intel.com>
Tue, 3 Jul 2018 16:16:45 +0000 (17:16 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 11 Jul 2018 17:22:40 +0000 (19:22 +0200)
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>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
examples/multi_process/Makefile

index a6708b7..5961d28 100644 (file)
@@ -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