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