X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2FMakefile;fp=drivers%2Fmempool%2FMakefile;h=20ad3ed60d0a225751148b4bd13477b08dc2d049;hb=4761b145b1e87f8521277e29e7718ab0384d0d62;hp=ce5d02cf78bc8f91da1d4bb2806fb494f1db0262;hpb=772b80237a8bc348ad6dbd886983efefa4982db1;p=dpdk.git diff --git a/drivers/mempool/Makefile b/drivers/mempool/Makefile index ce5d02cf78..20ad3ed60d 100644 --- a/drivers/mempool/Makefile +++ b/drivers/mempool/Makefile @@ -41,6 +41,6 @@ DEPDIRS-ring = $(core-libs) DIRS-$(CONFIG_RTE_DRIVER_MEMPOOL_STACK) += stack DEPDIRS-stack = $(core-libs) DIRS-$(CONFIG_RTE_LIBRTE_OCTEONTX_MEMPOOL) += octeontx -DEPDIRS-octeontx = $(core-libs) +DEPDIRS-octeontx = $(core-libs) librte_mbuf include $(RTE_SDK)/mk/rte.subdir.mk