]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/nfp/meson.build
net/virtio: allocate fake mbuf in Rx queue
[dpdk.git] / drivers / net / nfp / meson.build
index a8f29f986478d94c3e4fcbb544b755e82a6be935..21b20c9ac9c110431d42e92414bfee97b60aa39b 100644 (file)
@@ -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',