X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2FMakefile;h=427f34b00cfbfc9f898b083b4656efbcc70793b0;hb=4935e1e9f76e;hp=f59855d3af8870b7e50721220bb2f17edb9f3680;hpb=5988076ac3393a0ca46e8dca0baa4d0c4f672b44;p=dpdk.git diff --git a/lib/Makefile b/lib/Makefile index f59855d3af..427f34b00c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -21,6 +21,8 @@ DEPDIRS-librte_cmdline := librte_eal DIRS-$(CONFIG_RTE_LIBRTE_ETHER) += librte_ether DEPDIRS-librte_ether := librte_net librte_eal librte_mempool librte_ring DEPDIRS-librte_ether += librte_mbuf +DIRS-$(CONFIG_RTE_LIBRTE_BBDEV) += librte_bbdev +DEPDIRS-librte_bbdev := librte_eal librte_mempool librte_mbuf DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += librte_cryptodev DEPDIRS-librte_cryptodev := librte_eal librte_mempool librte_ring librte_mbuf DEPDIRS-librte_cryptodev += librte_kvargs