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

17 lines
253 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2021 NVIDIA Corporation & Affiliates
headers = files(
'rte_gpudev.h',
)
driver_sdk_headers = files(
'gpudev_driver.h',
)
sources = files(
'gpudev.c',
)
deps += ['mbuf']