X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fnfp%2Fmeson.build;h=8c87c5b0bc0d8480bf8b329074157b3902da0743;hb=b11b76c22c55c06cabd113a04d7c92bdc3f18aa7;hp=a8f29f986478d94c3e4fcbb544b755e82a6be935;hpb=e60a1a8ba5dd48a2b1ff19833c06baa7b6fd0e17;p=dpdk.git diff --git a/drivers/net/nfp/meson.build b/drivers/net/nfp/meson.build index a8f29f9864..8c87c5b0bc 100644 --- a/drivers/net/nfp/meson.build +++ b/drivers/net/nfp/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation -if host_machine.system() != 'linux' +if not is_linux or not dpdk_conf.get('RTE_ARCH_64') build = false endif sources = files('nfpcore/nfp_cpp_pcie_ops.c', @@ -17,3 +17,5 @@ sources = files('nfpcore/nfp_cpp_pcie_ops.c', 'nfpcore/nfp_nsp_eth.c', 'nfpcore/nfp_hwinfo.c', 'nfp_net.c') + +allow_experimental_apis = true