aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/event/opdl/meson.build
blob: cc6029c6f077b766ba87a0030e7cc52d44eb4857 (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>

sources = files(
	'opdl_evdev.c',
	'opdl_evdev_init.c',
	'opdl_evdev_xstats.c',
	'opdl_ring.c',
	'opdl_test.c',
)
deps += ['bus_vdev']