X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fnfp%2Fmeson.build;h=21b20c9ac9c110431d42e92414bfee97b60aa39b;hb=b59d4d5502dcb1b57be81eb21b5e8bcb80de49e7;hp=8c87c5b0bc0d8480bf8b329074157b3902da0743;hpb=8741a907453681b3c7f3ad8e2fb6de08b9fdf574;p=dpdk.git diff --git a/drivers/net/nfp/meson.build b/drivers/net/nfp/meson.build index 8c87c5b0bc..21b20c9ac9 100644 --- a/drivers/net/nfp/meson.build +++ b/drivers/net/nfp/meson.build @@ -2,7 +2,8 @@ # Copyright(c) 2018 Intel Corporation if not is_linux or not dpdk_conf.get('RTE_ARCH_64') - build = false + build = false + reason = 'only supported on 64-bit Linux' endif sources = files('nfpcore/nfp_cpp_pcie_ops.c', 'nfpcore/nfp_nsp.c', @@ -17,5 +18,3 @@ sources = files('nfpcore/nfp_cpp_pcie_ops.c', 'nfpcore/nfp_nsp_eth.c', 'nfpcore/nfp_hwinfo.c', 'nfp_net.c') - -allow_experimental_apis = true