X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_kni%2Fmeson.build;h=41fa2e39bbecff5db8c69b12c4adf06aa87e07b9;hb=4ad55b3376ebe6d8a2328c530910b37d6144ce9c;hp=400af9a4d3b2ec045d38bb99d41f5518444e1f00;hpb=adf93ca564c73183e1c705cd7f35b98f3a660228;p=dpdk.git diff --git a/lib/librte_kni/meson.build b/lib/librte_kni/meson.build index 400af9a4d3..41fa2e39bb 100644 --- a/lib/librte_kni/meson.build +++ b/lib/librte_kni/meson.build @@ -3,6 +3,7 @@ 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')