X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Focteontx%2Fmeson.build;h=cf031b006c940938f2f6d2dcde8e60afd2cd703b;hb=0d2870c4f78e2273b3f359ef49ecb60b494c9b0e;hp=7f65476285789cf883f17016ff977ddc1b6edfb4;hpb=273487f7b3813c8020b1adbc2c31657a56aaaa01;p=dpdk.git diff --git a/drivers/crypto/octeontx/meson.build b/drivers/crypto/octeontx/meson.build index 7f65476285..cf031b006c 100644 --- a/drivers/crypto/octeontx/meson.build +++ b/drivers/crypto/octeontx/meson.build @@ -1,7 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Cavium, Inc -if host_machine.system() != 'linux' +if not is_linux build = false + reason = 'only supported on linux' endif deps += ['bus_pci'] @@ -11,7 +12,7 @@ name = 'octeontx_crypto' sources = files('otx_cryptodev.c', 'otx_cryptodev_capabilities.c', 'otx_cryptodev_hw_access.c', + 'otx_cryptodev_mbox.c', 'otx_cryptodev_ops.c') includes += include_directories('../../common/cpt') -cflags += '-DCPT_MODEL=CRYPTO_OCTEONTX'