/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/eal/meson.build
33 строки
607 B
Bruce Richardson
eal: define the parameters in argparse format
15 окт 2025, 18:53
15 окт 2025, 18:53
f330b01
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017-2019 Intel Corporation includes += global_inc subdir('include') subdir('common') if not is_windows subdir('unix') endif subdir(exec_env) subdir(arch_subdir) deps += ['argparse', 'kvargs'] if not is_windows deps += ['telemetry'] endif if dpdk_conf.has('RTE_USE_LIBBSD') ext_deps += libbsd endif if dpdk_conf.has('RTE_HAS_LIBARCHIVE') ext_deps += libarchive endif if cc.has_function('getentropy', prefix : '#include <unistd.h>') cflags += '-DRTE_LIBEAL_USE_GETENTROPY' endif if is_freebsd annotate_locks = false endif