[dpdk-dev] [PATCH v8 08/13] mempool/dpaa2: fix to add the include file

Hemant Agrawal hemant.agrawal at nxp.com
Fri May 15 11:47:47 CEST 2020


rte_dpaa2_mempool.h header was missed to be
added in meson.build for header installation.

Fixes: 7ed359909556 ("mempool/dpaa2: add functions for CMDIF")
Cc: stable at dpdk.org

Signed-off-by: Hemant Agrawal <hemant.agrawal at nxp.com>
---
 drivers/mempool/dpaa2/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mempool/dpaa2/meson.build b/drivers/mempool/dpaa2/meson.build
index df299a0456..c3f479afa1 100644
--- a/drivers/mempool/dpaa2/meson.build
+++ b/drivers/mempool/dpaa2/meson.build
@@ -8,3 +8,5 @@ endif
 
 deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
+
+install_headers('rte_dpaa2_mempool.h')
-- 
2.17.1



More information about the dev mailing list