mirror of https://github.com/F-Stack/f-stack.git
12 lines
263 B
Meson
12 lines
263 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2017 Intel Corporation
|
||
|
|
||
|
allow_experimental_apis = true
|
||
|
sources = files('sw_evdev_scheduler.c',
|
||
|
'sw_evdev_selftest.c',
|
||
|
'sw_evdev_worker.c',
|
||
|
'sw_evdev_xstats.c',
|
||
|
'sw_evdev.c'
|
||
|
)
|
||
|
deps += ['hash', 'bus_vdev']
|