numam-dpdk/drivers/raw/meson.build

20 lines
320 B
Meson
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
if is_windows
subdir_done()
endif
drivers = [
'cnxk_bphy',
'dpaa2_cmdif',
'dpaa2_qdma',
'ifpga',
'ioat',
'ntb',
'octeontx2_dma',
'octeontx2_ep',
'skeleton',
]
std_deps = ['rawdev']