5e111ed879
Move libefx (base driver) into common driver. Prepare to add vDPA driver which will use the common driver as well. Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com> Reviewed-by: Andy Moreton <amoreton@xilinx.com>
12 lines
291 B
Meson
12 lines
291 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Cavium, Inc
|
|
|
|
if is_windows
|
|
subdir_done()
|
|
endif
|
|
|
|
std_deps = ['eal']
|
|
drivers = ['cpt', 'dpaax', 'iavf', 'mvep', 'octeontx', 'octeontx2', 'qat', 'sfc_efx']
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
|
|
driver_name_fmt = 'rte_common_@0@'
|