crypto/octeontx: add global resource init
[dpdk.git] / drivers / crypto / octeontx / meson.build
index eca1cf1..7f65476 100644 (file)
@@ -5,11 +5,13 @@ if host_machine.system() != 'linux'
 endif
 
 deps += ['bus_pci']
+deps += ['common_cpt']
 name = 'octeontx_crypto'
 
 sources = files('otx_cryptodev.c',
+               'otx_cryptodev_capabilities.c',
                'otx_cryptodev_hw_access.c',
                'otx_cryptodev_ops.c')
 
-cflags += '-DCPT_MODEL=CRYPTO_OCTEONTX'
 includes += include_directories('../../common/cpt')
+cflags += '-DCPT_MODEL=CRYPTO_OCTEONTX'