doc: remove old deprecation notices
[dpdk.git] / drivers / Makefile
index 75a3168..e66cbd7 100644 (file)
@@ -31,9 +31,9 @@
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
+DIRS-y += mempool
 DIRS-y += net
 DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
-
-DEPDIRS-y += buildtools/pmdinfo
+DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
 
 include $(RTE_SDK)/mk/rte.subdir.mk