X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Faf_packet%2Fmeson.build;h=50a2f05d3494b86cd8eb9559639396abd1b99471;hb=731fa4003b1162da230a805abfc4f3409a9653d0;hp=92f6a971503c6cdc23c2acf7cafacefae7f6d638;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/drivers/net/af_packet/meson.build b/drivers/net/af_packet/meson.build index 92f6a97150..50a2f05d34 100644 --- a/drivers/net/af_packet/meson.build +++ b/drivers/net/af_packet/meson.build @@ -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')