net/octeontx: support fast mbuf free
[dpdk.git] / drivers / common / octeontx2 / meson.build
index 44ac900..996ddba 100644 (file)
@@ -6,6 +6,7 @@ sources= files('otx2_dev.c',
                'otx2_irq.c',
                'otx2_mbox.c',
                'otx2_common.c',
+               'otx2_sec_idev.c',
               )
 
 extra_flags = []
@@ -22,4 +23,4 @@ endforeach
 
 deps = ['eal', 'pci', 'ethdev']
 includes += include_directories('../../common/octeontx2',
-               '../../bus/pci')
+               '../../mempool/octeontx2', '../../bus/pci')