X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fmempool%2FMakefile;h=bfc5f0067fafaeaf970bece15eebd91b5d7f9e62;hb=e124a69fc7956c7269c3cedec5c1bec08ca34fdc;hp=0c6c45cb6bb39e8d5bbe0e1342920bf5a7e9eb9b;hpb=1263b426ffc9869334da3c0ea46f43fa97599145;p=dpdk.git diff --git a/drivers/mempool/Makefile b/drivers/mempool/Makefile index 0c6c45cb6b..bfc5f0067f 100644 --- a/drivers/mempool/Makefile +++ b/drivers/mempool/Makefile @@ -1,7 +1,6 @@ # BSD LICENSE # -# Copyright(c) 2017 NXP. All rights reserved. -# All rights reserved. +# Copyright 2017 NXP. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -33,6 +32,10 @@ include $(RTE_SDK)/mk/rte.vars.mk core-libs := librte_eal librte_mempool librte_ring +DIRS-$(CONFIG_RTE_LIBRTE_DPAA_MEMPOOL) += dpaa +DEPDIRS-dpaa = $(core-libs) +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