X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2FMakefile;h=4b981f505e1380c07e97eff585f0d50c308b8b2b;hb=bab9497ef78b5c290c8112ad65a263f40bebc518;hp=5c269e65c35f03c6d4c66861b4f1db1bd0a47364;hpb=383fb5a9c7f86931720a389335268b32fb9373a5;p=dpdk.git diff --git a/lib/Makefile b/lib/Makefile index 5c269e65c3..4b981f505e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -40,6 +40,8 @@ DEPDIRS-librte_security += librte_cryptodev DIRS-$(CONFIG_RTE_LIBRTE_COMPRESSDEV) += librte_compressdev DEPDIRS-librte_compressdev := librte_eal librte_mempool librte_ring librte_mbuf DEPDIRS-librte_compressdev += librte_kvargs +DIRS-$(CONFIG_RTE_LIBRTE_REGEXDEV) += librte_regexdev +DEPDIRS-librte_regexdev := librte_eal librte_mbuf DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += librte_eventdev DEPDIRS-librte_eventdev := librte_eal librte_ring librte_ethdev librte_hash \ librte_mempool librte_timer librte_cryptodev @@ -47,8 +49,7 @@ DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += librte_rawdev DEPDIRS-librte_rawdev := librte_eal librte_ethdev DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += librte_vhost DEPDIRS-librte_vhost := librte_eal librte_mempool librte_mbuf librte_ethdev \ - librte_net librte_hash librte_cryptodev \ - librte_pci + librte_net librte_hash librte_cryptodev DIRS-$(CONFIG_RTE_LIBRTE_HASH) += librte_hash DEPDIRS-librte_hash := librte_eal librte_ring DIRS-$(CONFIG_RTE_LIBRTE_EFD) += librte_efd