X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2FMakefile;h=d0ec3919b0fa18e6e18dc6accdeb3910310459ff;hb=5cbe184802aae6f3033617c7a281e9e33eaf41a1;hp=46b91ae1a4c32efab968198d2e0c72ed563e716c;hpb=201e7482674551aeee27d0ff28e7bbd3fbfbbcf2;p=dpdk.git diff --git a/lib/Makefile b/lib/Makefile index 46b91ae1a4..d0ec3919b0 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -113,11 +113,11 @@ DIRS-$(CONFIG_RTE_LIBRTE_BPF) += librte_bpf DEPDIRS-librte_bpf := librte_eal librte_mempool librte_mbuf librte_ethdev DIRS-$(CONFIG_RTE_LIBRTE_IPSEC) += librte_ipsec DEPDIRS-librte_ipsec := librte_eal librte_mbuf librte_cryptodev librte_security \ - librte_net + librte_net librte_hash DIRS-$(CONFIG_RTE_LIBRTE_TELEMETRY) += librte_telemetry DEPDIRS-librte_telemetry := librte_eal librte_metrics librte_ethdev DIRS-$(CONFIG_RTE_LIBRTE_RCU) += librte_rcu -DEPDIRS-librte_rcu := librte_eal +DEPDIRS-librte_rcu := librte_eal librte_ring ifeq ($(CONFIG_RTE_EXEC_ENV_LINUX),y) DIRS-$(CONFIG_RTE_LIBRTE_KNI) += librte_kni