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

17 lines
254 B
Meson

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