X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fnfp%2Fmeson.build;h=21b20c9ac9c110431d42e92414bfee97b60aa39b;hb=ed9726ce83eb7562b3dcfaf0ee10647ed816ae4a;hp=a8f29f986478d94c3e4fcbb544b755e82a6be935;hpb=e60a1a8ba5dd48a2b1ff19833c06baa7b6fd0e17;p=dpdk.git diff --git a/drivers/net/nfp/meson.build b/drivers/net/nfp/meson.build index a8f29f9864..21b20c9ac9 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',