mempool/octeontx2: add mempool alloc op
[dpdk.git] / drivers / mempool / octeontx2 / meson.build
index ab306b7..9fde40f 100644 (file)
@@ -2,7 +2,8 @@
 # Copyright(C) 2019 Marvell International Ltd.
 #
 
-sources = files('otx2_mempool.c',
+sources = files('otx2_mempool_ops.c',
+               'otx2_mempool.c',
                'otx2_mempool_irq.c',
                'otx2_mempool_debug.c'
                )