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