]> git.droids-corp.org - dpdk.git/blobdiff - drivers/Makefile
bus/fslmc: introduce fsl-mc bus driver
[dpdk.git] / drivers / Makefile
index 6ec67f69fc6664a30eed57d80a111f124e8c536b..fbc2351a30c2a23502627e76e3b344fca0da16fa 100644 (file)
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
+DIRS-y += bus
+DIRS-y += mempool
 DIRS-y += net
-DIRS-y += crypto
+DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
+DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
 
 include $(RTE_SDK)/mk/rte.subdir.mk