]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/avp/meson.build
net/af_packet: remove timestamp from packet status
[dpdk.git] / drivers / net / avp / meson.build
index 6076c31b9d7abc6efa208621773fa6a278b9ab7f..ea9dd1f20e4bc350fa168dbad92b22fe97c7ccca 100644 (file)
@@ -1,5 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
+if not is_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')