mirror of https://github.com/F-Stack/f-stack.git
6 lines
166 B
Meson
6 lines
166 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(C) 2021 Marvell International Ltd.
|
||
|
|
||
|
deps += ['bus_pci', 'common_cnxk', 'dmadev']
|
||
|
sources = files('cnxk_dmadev.c')
|