/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/pdcp/meson.build
23 строки
504 B
Andre Muezerie
build: warn on uses of VLA
06 фев 2025, 23:37
06 фев 2025, 23:37
1bf8680
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(C) 2023 Marvell. if is_windows build = false reason = 'not supported on Windows' subdir_done() endif cflags += no_wvla_cflag sources = files( 'pdcp_cnt.c', 'pdcp_crypto.c', 'pdcp_ctrl_pdu.c', 'pdcp_process.c', 'pdcp_reorder.c', 'rte_pdcp.c', ) headers = files('rte_pdcp.h') indirect_headers += files('rte_pdcp_group.h') deps += ['mbuf', 'net', 'cryptodev', 'security', 'reorder']