numam-dpdk/drivers/raw/cnxk_bphy/meson.build
Tomasz Duszynski 7cf1976845 raw/cnxk_bphy: support interrupt init and cleanup
Add support for interrupt initialization and cleanup. Internally
interrupt initialization performs low level setup that allows
custom interrupt handler registration later on.

Interrupt initialization and cleanup are related hence they
are in the same patch.

Signed-off-by: Jakub Palider <jpalider@marvell.com>
Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
2021-07-05 23:08:35 +02:00

13 lines
279 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(C) 2021 Marvell.
#
deps += ['bus_pci', 'common_cnxk', 'rawdev']
sources = files(
'cnxk_bphy.c',
'cnxk_bphy_cgx.c',
'cnxk_bphy_cgx_test.c',
'cnxk_bphy_irq.c',
)
headers = files('rte_pmd_bphy.h')