examples: fix build dependencies
authorSergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Fri, 11 Mar 2016 15:32:30 +0000 (15:32 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 11 Mar 2016 15:46:18 +0000 (16:46 +0100)
commitb346ed47d63d28a61f7a44ffcd60ff6ec16c0744
treefaefa2b9416e841eedc4523d1b1877ed13180f02
parent64d3955de1de4d7879a0930a6d2f501369d3445a
examples: fix build dependencies

Building examples fails with CONFIG_RTE_LIBRTE_LPM=n

The error is caused by the new app ipsec-secgw that gets build
without checking for configuration dependencies.

Fixes: d299106e8e31 ("examples/ipsec-secgw: add IPsec sample application")

The patch also reorders a couple entries to maintain alphabetic order.

Reported-by: Jan Viktorin <viktorin@rehivetech.com>
Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
examples/Makefile