]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_kni/meson.build
eventdev: add new software timer adapter
[dpdk.git] / lib / librte_kni / meson.build
index 055ae12270fde9771c69cae05b31bc6ebca23dd8..41fa2e39bbecff5db8c69b12c4adf06aa87e07b9 100644 (file)
@@ -1,8 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-if host_machine.system() != 'linux' or not dpdk_conf.get('RTE_ARCH_64')
+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')