git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
common/mlx5: add Windows exports file
[dpdk.git]
/
drivers
/
common
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2018 Cavium, Inc
3
4
if is_windows
5
subdir_done()
6
endif
7
8
std_deps = ['eal']
9
drivers = ['cpt', 'dpaax', 'iavf', 'mvep', 'octeontx', 'octeontx2', 'sfc_efx']
10
config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'