build: replace license text with SPDX tag
[dpdk.git] / drivers / net / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 drivers = ['af_packet', 'bonding',
5         'e1000', 'fm10k', 'i40e', 'ixgbe',
6         'null', 'pcap', 'ring']
7 std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc
8 std_deps += ['bus_pci']         # very many PMDs depend on PCI, so make std
9 std_deps += ['bus_vdev']        # same with vdev bus
10 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
11 driver_name_fmt = 'rte_pmd_@0@'