1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright 2018 NXP
3
4if is_windows
5 subdir_done()
6endif
7
8drivers = [
9 'cnxk_bphy',
10 'dpaa2_cmdif',
11 'dpaa2_qdma',
12 'ifpga',
13 'ioat',
14 'ntb',
15 'octeontx2_dma',
16 'octeontx2_ep',
17 'skeleton',
18]
19std_deps = ['rawdev']
20