test/stack: fix lock-free test name
[dpdk.git] / drivers / common / octeontx2 / meson.build
index feaf75d..b791457 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 sources= files('otx2_dev.c',
+               'otx2_irq.c',
                'otx2_mbox.c',
                'otx2_common.c',
               )
@@ -21,4 +22,4 @@ endforeach
 
 deps = ['eal', 'pci', 'ethdev']
 includes += include_directories('../../common/octeontx2',
-               '../../bus/pci')
+               '../../mempool/octeontx2', '../../bus/pci')