build: replace license text with SPDX tag
[dpdk.git] / drivers / net / e1000 / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 subdir('base')
5 objs = [base_objs]
6
7 sources = files(
8         'em_ethdev.c',
9         'em_rxtx.c',
10         'igb_ethdev.c',
11         'igb_flow.c',
12         'igb_pf.c',
13         'igb_rxtx.c'
14 )
15
16 includes += include_directories('base')