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