build: disable experimental API check internally
[dpdk.git] / drivers / common / octeontx2 / meson.build
index 4771b19..996ddba 100644 (file)
@@ -2,9 +2,11 @@
 # Copyright(C) 2019 Marvell International Ltd.
 #
 
-sources= files(
+sources= files('otx2_dev.c',
+               'otx2_irq.c',
                'otx2_mbox.c',
                'otx2_common.c',
+               'otx2_sec_idev.c',
               )
 
 extra_flags = []
@@ -19,6 +21,6 @@ foreach flag: extra_flags
        endif
 endforeach
 
-deps = ['eal', 'ethdev']
+deps = ['eal', 'pci', 'ethdev']
 includes += include_directories('../../common/octeontx2',
-               '../../bus/pci')
+               '../../mempool/octeontx2', '../../bus/pci')