X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Faf_packet%2Fmeson.build;h=c014e9b61b94bb5e8e2ef95aabf02cd10e7be903;hb=c2a42d19d967e24223f06f2fc797eaed8e17c345;hp=a7f392ea1fd9f451dd1d0c10b3e1a49f19b39273;hpb=530588f3cd50d5626cfa2b94e161b97e97d84ade;p=dpdk.git diff --git a/drivers/net/af_packet/meson.build b/drivers/net/af_packet/meson.build index a7f392ea1f..c014e9b61b 100644 --- a/drivers/net/af_packet/meson.build +++ b/drivers/net/af_packet/meson.build @@ -2,7 +2,7 @@ # Copyright(c) 2017 Intel Corporation if not is_linux - build = false - reason = 'only supported on linux' + build = false + reason = 'only supported on Linux' endif sources = files('rte_eth_af_packet.c')