version: 19.11.0
[dpdk.git] / drivers / crypto / octeontx2 / meson.build
index 2b55d2a..b6e5b73 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')