]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/avp/meson.build
net/mlx5: fix indirect action modify rollback
[dpdk.git] / drivers / net / avp / meson.build
index a5f63cdef9b9c55aa334baaa60642e6c68319daf..ea9dd1f20e4bc350fa168dbad92b22fe97c7ccca 100644 (file)
@@ -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')