/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
drivers/common/nitrox/meson.build
16 строк
291 B
David Marchand
drivers: remove weak symbols in Nitrox drivers
19 фев 2025, 11:11
19 фев 2025, 11:11
8c1e722
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright (c) 2024 Marvell. if not is_linux build = false reason = 'only supported on Linux' endif deps += ['bus_pci'] sources += files( 'nitrox_device.c', 'nitrox_hal.c', 'nitrox_logs.c', 'nitrox_qp.c', )