2018-05-03 16:06:03 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright 2018 NXP
|
|
|
|
|
2020-06-29 12:37:39 +00:00
|
|
|
if is_windows
|
|
|
|
subdir_done()
|
|
|
|
endif
|
|
|
|
|
2019-07-02 14:12:23 +00:00
|
|
|
drivers = ['dpaa2_cmdif', 'dpaa2_qdma',
|
2019-07-05 09:34:00 +00:00
|
|
|
'ifpga', 'ioat', 'ntb',
|
2019-07-05 08:37:58 +00:00
|
|
|
'octeontx2_dma',
|
2020-01-13 06:00:36 +00:00
|
|
|
'octeontx2_ep',
|
2019-07-05 09:34:00 +00:00
|
|
|
'skeleton']
|
2018-05-03 16:06:03 +00:00
|
|
|
std_deps = ['rawdev']
|
|
|
|
config_flag_fmt = 'RTE_LIBRTE_PMD_@0@_RAWDEV'
|