X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fnfp%2Fmeson.build;h=b487cdffdfc5fa44cce119ecc779b83f3092cbea;hb=368f9f2f777627f367bcdc91c6541a89f006afe1;hp=8c87c5b0bc0d8480bf8b329074157b3902da0743;hpb=8741a907453681b3c7f3ad8e2fb6de08b9fdf574;p=dpdk.git diff --git a/drivers/net/nfp/meson.build b/drivers/net/nfp/meson.build index 8c87c5b0bc..b487cdffdf 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',