/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
drivers/net/vhost/meson.build
12 строк
262 B
David Marchand
build: remove custom dependency checks in drivers
21 янв 2022, 17:40
21 янв 2022, 17:40
772d19a
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation if is_windows build = false reason = 'not supported on Windows' subdir_done() endif deps += 'vhost' sources = files('rte_eth_vhost.c') headers = files('rte_eth_vhost.h')