mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
10 lines
173 B
Makefile
10 lines
173 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/evdev
|
|
|
|
KMOD= evdev
|
|
SRCS= cdev.c evdev.c evdev_mt.c evdev_utils.c
|
|
SRCS+= opt_evdev.h bus_if.h device_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|