mirror of https://github.com/F-Stack/f-stack.git
13 lines
307 B
Meson
13 lines
307 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(C) 2021 Marvell.
|
|
#
|
|
|
|
deps += ['bus_vdev', 'common_cnxk', 'rawdev', 'kvargs']
|
|
sources = files(
|
|
'cnxk_gpio.c',
|
|
'cnxk_gpio_irq.c',
|
|
'cnxk_gpio_selftest.c',
|
|
)
|
|
headers = files('rte_pmd_cnxk_gpio.h')
|
|
pmd_supports_disable_iova_as_pa = true
|