]> git.droids-corp.org - dpdk.git/blobdiff - drivers/mempool/dpaa2/meson.build
event/dlb2: add v2.5 queue unmap
[dpdk.git] / drivers / mempool / dpaa2 / meson.build
index df299a0456043aeb81ed758ada76f05f5f5598c5..3d16d44158f058f466bf387faec9628deab3ad7c 100644 (file)
@@ -2,9 +2,11 @@
 # Copyright 2018 NXP
 
 if not is_linux
-       build = false
-       reason = 'only supported on linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
 
 deps += ['bus_fslmc']
 sources = files('dpaa2_hw_mempool.c')
+
+headers = files('rte_dpaa2_mempool.h')