mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
Co-authored-by: Daniel Schaefer <dhs@frame.work> Reviewed by: imp, wulf Differential Revision: https://reviews.freebsd.org/D47830
8 lines
127 B
Makefile
8 lines
127 B
Makefile
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= hsctrl
|
|
SRCS= hsctrl.c
|
|
SRCS+= opt_kbd.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|