From: Shijith Thotton Date: Thu, 22 Jul 2021 09:06:51 +0000 (+0530) Subject: crypto/octeontx: enable build on non-Linux OS X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6c696705a539b80ef341c319cb7f11b420b5ee6f;p=dpdk.git crypto/octeontx: enable build on non-Linux OS Enabled build of Octeontx crypto PMD on non linux OS. Other Octeontx PMDs are enabled already. This is to avoid ABI test failure on an OS once we add dependency between a driver which is built to another which is not. Fixes: 8dc6c2f12ecf ("crypto/octeontx: add crypto adapter framework") Reported-by: David Marchand Signed-off-by: Shijith Thotton Acked-by: Akhil Goyal --- diff --git a/drivers/crypto/octeontx/meson.build b/drivers/crypto/octeontx/meson.build index 3ae6729e8f..244b16230e 100644 --- a/drivers/crypto/octeontx/meson.build +++ b/drivers/crypto/octeontx/meson.build @@ -1,9 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Cavium, Inc -if not is_linux - build = false - reason = 'only supported on Linux' -endif deps += ['bus_pci'] deps += ['bus_vdev']