mempool/cnxk: add cn9k mempool operations
[dpdk.git] / drivers / mempool / cnxk / meson.build
index 52244e7..ff31893 100644 (file)
@@ -9,6 +9,7 @@ if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
 endif
 
 sources = files('cnxk_mempool.c',
-               'cnxk_mempool_ops.c')
+               'cnxk_mempool_ops.c',
+               'cn9k_mempool_ops.c')
 
 deps += ['eal', 'mbuf', 'kvargs', 'bus_pci', 'common_cnxk', 'mempool']