X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Favp%2Fmeson.build;h=ea9dd1f20e4bc350fa168dbad92b22fe97c7ccca;hb=42f463395f8f2f1d4d11938e20f33e2e1fd46388;hp=7c6b964acb0648f59446cc06814b39c16aa8635d;hpb=30105f664f8ebbecd878deff7f0733a3f92edd17;p=dpdk.git diff --git a/drivers/net/avp/meson.build b/drivers/net/avp/meson.build index 7c6b964acb..ea9dd1f20e 100644 --- a/drivers/net/avp/meson.build +++ b/drivers/net/avp/meson.build @@ -2,8 +2,8 @@ # Copyright(c) 2018 Intel Corporation if not is_linux - build = false - reason = 'only supported on linux' + build = false + reason = 'only supported on Linux' endif sources = files('avp_ethdev.c') headers = files('rte_avp_common.h', 'rte_avp_fifo.h')