]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/octeontx2/meson.build
net/hns3: fix VF configuration after abnormal exit
[dpdk.git] / drivers / crypto / octeontx2 / meson.build
index 2b55d2ab80d637355f23023180c269398a2835e6..b6e5b733279e072f6bd6899d4fad8870a0ed62fd 100644 (file)
@@ -10,7 +10,11 @@ deps += ['common_cpt']
 deps += ['common_octeontx2']
 name = 'octeontx2_crypto'
 
+allow_experimental_apis = true
 sources = files('otx2_cryptodev.c',
+               'otx2_cryptodev_capabilities.c',
+               'otx2_cryptodev_hw_access.c',
+               'otx2_cryptodev_mbox.c',
                'otx2_cryptodev_ops.c')
 
 extra_flags = []
@@ -27,3 +31,4 @@ endforeach
 
 includes += include_directories('../../common/cpt')
 includes += include_directories('../../common/octeontx2')
+includes += include_directories('../../mempool/octeontx2')