vdpa/mlx5: support device cleanup callback
[dpdk.git] / drivers / raw / cnxk_gpio / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2021 Marvell.
3 #
4
5 deps += ['bus_vdev', 'common_cnxk', 'rawdev', 'kvargs']
6 sources = files(
7         'cnxk_gpio.c',
8         'cnxk_gpio_irq.c',
9         'cnxk_gpio_selftest.c',
10 )
11 headers = files('rte_pmd_cnxk_gpio.h')