/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.11.11
lib/node/meson.build
24 строки
635 B
Bruce Richardson
build/windows: remove separate list of libs
22 окт 2021, 23:40
22 окт 2021, 23:40
b109493
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(C) 2020 Marvell International Ltd. if is_windows build = false reason = 'not supported on Windows' subdir_done() endif sources = files( 'ethdev_ctrl.c', 'ethdev_rx.c', 'ethdev_tx.c', 'ip4_lookup.c', 'ip4_rewrite.c', 'log.c', 'null.c', 'pkt_cls.c', 'pkt_drop.c', ) headers = files('rte_node_ip4_api.h', 'rte_node_eth_api.h') # Strict-aliasing rules are violated by uint8_t[] to context size casts. cflags += '-fno-strict-aliasing' deps += ['graph', 'mbuf', 'lpm', 'ethdev', 'mempool', 'cryptodev']