034c328eb0
Add in the list of registers for the device. And enable NTB device ops for Intel Skylake platform. Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com> Acked-by: Jingjing Wu <jingjing.wu@intel.com> Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
9 lines
228 B
Meson
9 lines
228 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2019 Intel Corporation.
|
|
|
|
deps += ['rawdev', 'mbuf', 'mempool',
|
|
'pci', 'bus_pci']
|
|
sources = files('ntb.c',
|
|
'ntb_hw_intel.c')
|
|
allow_experimental_apis = true
|