]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/avp/meson.build
net/i40e: fix parsing packet type for NEON
[dpdk.git] / drivers / net / avp / meson.build
index a5f63cdef9b9c55aa334baaa60642e6c68319daf..61c8d5b9f0cf01c42aa2a060d52d52f25ff45139 100644 (file)
@@ -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')