raw/cnxk_bphy: support CGX enqueue operation
[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_cgx.c',
8 )
9 headers = files('rte_pmd_bphy.h')