]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/avp/meson.build
net/virtio: improve queue init error path
[dpdk.git] / drivers / net / avp / meson.build
index 6076c31b9d7abc6efa208621773fa6a278b9ab7f..61c8d5b9f0cf01c42aa2a060d52d52f25ff45139 100644 (file)
@@ -1,5 +1,9 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
 # 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')
 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')