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