X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_kni%2Fmeson.build;h=41fa2e39bbecff5db8c69b12c4adf06aa87e07b9;hb=dbe449e5dcfc4beee00b4986335007d10b872000;hp=c4b21961c789120fbe6e5f491bf59acc3f3b26d0;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/lib/librte_kni/meson.build b/lib/librte_kni/meson.build index c4b21961c7..41fa2e39bb 100644 --- a/lib/librte_kni/meson.build +++ b/lib/librte_kni/meson.build @@ -1,8 +1,9 @@ # 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')