8 lines
194 B
Meson
8 lines
194 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2019 Intel Corporation.
|
||
|
|
||
|
deps += ['rawdev', 'mbuf', 'mempool',
|
||
|
'pci', 'bus_pci']
|
||
|
sources = files('ntb.c')
|
||
|
allow_experimental_apis = true
|