X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fmempool%2FMakefile;h=efd55f23edb80f90fbacf4ed8f5ccf7e2c2934f4;hb=f51fd44d645fc1914bbaeda67c2210f6e06c44e6;hp=0c6c45cb6bb39e8d5bbe0e1342920bf5a7e9eb9b;hpb=1263b426ffc9869334da3c0ea46f43fa97599145;p=dpdk.git diff --git a/drivers/mempool/Makefile b/drivers/mempool/Makefile index 0c6c45cb6b..efd55f23ed 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,8 @@ include $(RTE_SDK)/mk/rte.vars.mk core-libs := librte_eal librte_mempool librte_ring +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