33031608e8
Addition of stub eal and bus/pci functions to compile bus/pci for Windows. Signed-off-by: Tal Shnaiderman <talshn@mellanox.com>
16 lines
314 B
Meson
16 lines
314 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2018 NXP
|
|
|
|
if is_windows
|
|
subdir_done()
|
|
endif
|
|
|
|
drivers = ['dpaa2_cmdif', 'dpaa2_qdma',
|
|
'ifpga', 'ioat', 'ntb',
|
|
'octeontx2_dma',
|
|
'octeontx2_ep',
|
|
'skeleton']
|
|
std_deps = ['rawdev']
|
|
config_flag_fmt = 'RTE_LIBRTE_PMD_@0@_RAWDEV'
|
|
driver_name_fmt = 'rte_rawdev_@0@'
|