2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-08-30 10:18:49 +00:00
|
|
|
|
2020-12-22 00:45:11 +00:00
|
|
|
if is_windows
|
2021-04-20 10:22:25 +00:00
|
|
|
build = false
|
|
|
|
reason = 'not supported on Windows'
|
|
|
|
subdir_done()
|
2020-12-22 00:45:11 +00:00
|
|
|
endif
|
|
|
|
|
2017-08-30 10:18:49 +00:00
|
|
|
sources = files('rte_eth_ring.c')
|
2020-10-22 07:55:45 +00:00
|
|
|
headers = files('rte_eth_ring.h')
|
2022-10-07 21:02:11 +00:00
|
|
|
pmd_supports_disable_iova_as_pa = true
|