f-stack/dpdk/lib/gpudev/meson.build

17 lines
253 B
Meson
Raw Normal View History

2022-09-06 04:00:10 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2021 NVIDIA Corporation & Affiliates
headers = files(
'rte_gpudev.h',
)
2023-09-13 12:21:49 +00:00
driver_sdk_headers = files(
'gpudev_driver.h',
)
2022-09-06 04:00:10 +00:00
sources = files(
'gpudev.c',
)
deps += ['mbuf']