X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Focteontx2%2Fmeson.build;h=3b387cc5704112cd0d62b4dde6b143cdb2402c59;hb=437dbd2fd4289c32e2937a1e7dbe95645457dfff;hp=283818e5dab4e5ecac3af511a0e7089e2fee8f84;hpb=762bfccc8abfb44995e4884136f7838fb500b507;p=dpdk.git diff --git a/drivers/crypto/octeontx2/meson.build b/drivers/crypto/octeontx2/meson.build index 283818e5da..3b387cc570 100644 --- a/drivers/crypto/octeontx2/meson.build +++ b/drivers/crypto/octeontx2/meson.build @@ -2,9 +2,9 @@ # Copyright (C) 2019 Marvell International Ltd. if not is_linux or not dpdk_conf.get('RTE_ARCH_64') - build = false - reason = 'only supported on 64-bit Linux' - subdir_done() + build = false + reason = 'only supported on 64-bit Linux' + subdir_done() endif deps += ['bus_pci'] @@ -14,12 +14,14 @@ deps += ['ethdev'] deps += ['eventdev'] deps += ['security'] -sources = files('otx2_cryptodev.c', - 'otx2_cryptodev_capabilities.c', - 'otx2_cryptodev_hw_access.c', - 'otx2_cryptodev_mbox.c', - 'otx2_cryptodev_ops.c', - 'otx2_cryptodev_sec.c') +sources = files( + 'otx2_cryptodev.c', + 'otx2_cryptodev_capabilities.c', + 'otx2_cryptodev_hw_access.c', + 'otx2_cryptodev_mbox.c', + 'otx2_cryptodev_ops.c', + 'otx2_cryptodev_sec.c', +) includes += include_directories('../../common/cpt') includes += include_directories('../../common/octeontx2')