ipsec: fix build dependency on hash lib
authorAkhil Goyal <akhil.goyal@nxp.com>
Thu, 16 Apr 2020 11:25:17 +0000 (16:55 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 16 Apr 2020 12:06:03 +0000 (14:06 +0200)
commit53c83e42cd89ac41f5d5870838b034b53887a3cb
treee5ce341b9b1e18e5b4d891bd428ffc3a68b6c640
parentc3eb8b62744930029f96c5d64d9adac5749908ef
ipsec: fix build dependency on hash lib

rte_ipsec has a dependency on rte_hash
So we need the librte_hash to be compiled before librte_ipsec.
Add the DEPDIRs to make sure this.

Fixes: 3feb23609cae ("ipsec: add SAD create/destroy implementation")
Cc: stable@dpdk.org
Reported-by: Raslan Darawsheh <rasland@mellanox.com>
Suggested-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
lib/Makefile