net/hinic/base: add message check for command channel
[dpdk.git] / drivers / net / af_packet / meson.build
index 92f6a97..a7f392e 100644 (file)
@@ -1,7 +1,8 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-if host_machine.system() != 'linux'
+if not is_linux
        build = false
+       reason = 'only supported on linux'
 endif
 sources = files('rte_eth_af_packet.c')