xref: /dpdk/drivers/raw/cnxk_gpio/meson.build (revision d5d9e8fe0906f24579b9ff8c24442c235cc1819a)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(C) 2021 Marvell.
3#
4
5deps += ['bus_vdev', 'common_cnxk', 'rawdev', 'kvargs']
6sources = files(
7        'cnxk_gpio.c',
8        'cnxk_gpio_irq.c',
9        'cnxk_gpio_selftest.c',
10)
11headers = files('rte_pmd_cnxk_gpio.h')
12require_iova_in_mbuf = false
13