X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fnfp%2Fmeson.build;h=24a9a6da9c850dc15b871b0c7dfcb87f1c98acb7;hb=0f20acbf5edaeab8e4c9d400e443679d48008569;hp=a8f29f986478d94c3e4fcbb544b755e82a6be935;hpb=e60a1a8ba5dd48a2b1ff19833c06baa7b6fd0e17;p=dpdk.git diff --git a/drivers/net/nfp/meson.build b/drivers/net/nfp/meson.build index a8f29f9864..24a9a6da9c 100644 --- a/drivers/net/nfp/meson.build +++ b/drivers/net/nfp/meson.build @@ -1,8 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation -if host_machine.system() != 'linux' - build = false +if not is_linux or not dpdk_conf.get('RTE_ARCH_64') + build = false + reason = 'only supported on 64-bit linux' endif sources = files('nfpcore/nfp_cpp_pcie_ops.c', 'nfpcore/nfp_nsp.c',