X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Favp%2Fmeson.build;h=61c8d5b9f0cf01c42aa2a060d52d52f25ff45139;hb=188773a2ee516fb790b0787b0da13c84fc1a984c;hp=a5f63cdef9b9c55aa334baaa60642e6c68319daf;hpb=acec04c4b2f5c75d244319e1d0ca17ea7d4da72d;p=dpdk.git diff --git a/drivers/net/avp/meson.build b/drivers/net/avp/meson.build index a5f63cdef9..61c8d5b9f0 100644 --- a/drivers/net/avp/meson.build +++ b/drivers/net/avp/meson.build @@ -3,7 +3,7 @@ if not is_linux build = false - reason = 'only supported on linux' + reason = 'only supported on Linux' endif sources = files('avp_ethdev.c') -install_headers('rte_avp_common.h', 'rte_avp_fifo.h') +headers = files('rte_avp_common.h', 'rte_avp_fifo.h')