crypto/octeontx: add PMD skeleton
[dpdk.git] / drivers / crypto / octeontx / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Cavium, Inc
3 if host_machine.system() != 'linux'
4         build = false
5 endif
6
7 deps += ['bus_pci']
8 name = 'octeontx_crypto'
9
10 sources = files('otx_cryptodev.c',
11                 'otx_cryptodev_ops.c')
12
13 cflags += '-DCPT_MODEL=CRYPTO_OCTEONTX'
14 includes += include_directories('../../common/cpt')