1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2019 Intel Corporation. 3 4deps += ['rawdev', 'mbuf', 'mempool', 'pci', 'bus_pci'] 5sources = files('ntb.c', 6 'ntb_hw_intel.c') 7headers = files('rte_pmd_ntb.h') 8