build: replace license text with SPDX tag
[dpdk.git] / drivers / event / sw / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 allow_experimental_apis = true
5 sources = files('sw_evdev_scheduler.c',
6         'sw_evdev_selftest.c',
7         'sw_evdev_worker.c',
8         'sw_evdev_xstats.c',
9         'sw_evdev.c'
10 )
11 deps += ['hash', 'bus_vdev']