net/cnxk: support device infos query
[dpdk.git] / drivers / raw / cnxk_bphy / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2021 Marvell.
3 #
4
5 deps += ['bus_pci', 'common_cnxk', 'rawdev']
6 sources = files(
7         'cnxk_bphy.c',
8         'cnxk_bphy_cgx.c',
9         'cnxk_bphy_cgx_test.c',
10         'cnxk_bphy_irq.c',
11 )
12 headers = files('rte_pmd_bphy.h')