X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Favp%2Fmeson.build;h=ea9dd1f20e4bc350fa168dbad92b22fe97c7ccca;hb=d38b62cd6ccffd1e269dbf9942f4f60022c38040;hp=a5f63cdef9b9c55aa334baaa60642e6c68319daf;hpb=acec04c4b2f5c75d244319e1d0ca17ea7d4da72d;p=dpdk.git diff --git a/drivers/net/avp/meson.build b/drivers/net/avp/meson.build index a5f63cdef9..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') -install_headers('rte_avp_common.h', 'rte_avp_fifo.h') +headers = files('rte_avp_common.h', 'rte_avp_fifo.h')