X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_kni%2Fmeson.build;h=963eae6fe06a12142d67ecf82c4c97b72153b968;hb=ec0b862d5e52db12932c3125d06081307aea6af4;hp=c4b21961c789120fbe6e5f491bf59acc3f3b26d0;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/lib/librte_kni/meson.build b/lib/librte_kni/meson.build index c4b21961c7..963eae6fe0 100644 --- a/lib/librte_kni/meson.build +++ b/lib/librte_kni/meson.build @@ -1,10 +1,10 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -if host_machine.system() != 'linux' +if not is_linux or not dpdk_conf.get('RTE_ARCH_64') build = false + reason = 'only supported on 64-bit linux' endif -version = 2 sources = files('rte_kni.c') headers = files('rte_kni.h') deps += ['ethdev', 'pci']