f-stack/dpdk/drivers/raw/ntb/meson.build

8 lines
228 B
Meson
Raw Normal View History

2020-06-18 16:55:50 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019 Intel Corporation.
2022-09-06 04:00:10 +00:00
deps += ['rawdev', 'mbuf', 'mempool', 'pci', 'bus_pci']
2020-06-18 16:55:50 +00:00
sources = files('ntb.c',
'ntb_hw_intel.c')
2021-02-05 08:48:47 +00:00
headers = files('rte_pmd_ntb.h')