lpm: fix build dependency on RCU library
'librte_rcu' is now dependency to 'librte_lpm' library, this dependency should be reflected to build system. Fixes: 8a9f8564e9f9 ("lpm: implement RCU rule reclamation") Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com> Acked-by: Ray Kinsella <mdr@ashroe.eu>
This commit is contained in:
parent
466032ef80
commit
353162537f
@ -59,7 +59,7 @@ DEPDIRS-librte_rib := librte_eal librte_mempool
|
|||||||
DIRS-$(CONFIG_RTE_LIBRTE_FIB) += librte_fib
|
DIRS-$(CONFIG_RTE_LIBRTE_FIB) += librte_fib
|
||||||
DEPDIRS-librte_fib := librte_eal librte_rib
|
DEPDIRS-librte_fib := librte_eal librte_rib
|
||||||
DIRS-$(CONFIG_RTE_LIBRTE_LPM) += librte_lpm
|
DIRS-$(CONFIG_RTE_LIBRTE_LPM) += librte_lpm
|
||||||
DEPDIRS-librte_lpm := librte_eal librte_hash
|
DEPDIRS-librte_lpm := librte_eal librte_hash librte_rcu
|
||||||
DIRS-$(CONFIG_RTE_LIBRTE_ACL) += librte_acl
|
DIRS-$(CONFIG_RTE_LIBRTE_ACL) += librte_acl
|
||||||
DEPDIRS-librte_acl := librte_eal
|
DEPDIRS-librte_acl := librte_eal
|
||||||
DIRS-$(CONFIG_RTE_LIBRTE_MEMBER) += librte_member
|
DIRS-$(CONFIG_RTE_LIBRTE_MEMBER) += librte_member
|
||||||
|
Loading…
x
Reference in New Issue
Block a user