diff options
Diffstat (limited to 'drivers/mempool/Makefile')
-rw-r--r-- | drivers/mempool/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/mempool/Makefile b/drivers/mempool/Makefile index efd55f23..f656c566 100644 --- a/drivers/mempool/Makefile +++ b/drivers/mempool/Makefile @@ -30,13 +30,10 @@ include $(RTE_SDK)/mk/rte.vars.mk -core-libs := librte_eal librte_mempool librte_ring - +DIRS-$(CONFIG_RTE_LIBRTE_DPAA_MEMPOOL) += dpaa DIRS-$(CONFIG_RTE_LIBRTE_DPAA2_MEMPOOL) += dpaa2 -DEPDIRS-dpaa2 = $(core-libs) DIRS-$(CONFIG_RTE_DRIVER_MEMPOOL_RING) += ring -DEPDIRS-ring = $(core-libs) DIRS-$(CONFIG_RTE_DRIVER_MEMPOOL_STACK) += stack -DEPDIRS-stack = $(core-libs) +DIRS-$(CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL) += octeontx include $(RTE_SDK)/mk/rte.subdir.mk |