mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
Submitted by: Greg V <greg_AT_unrelenting_DOT_technology> Reviewed by: imp, wulf MFC after: 1 week Differential revision: https://reviews.freebsd.org/D28995
10 lines
169 B
Makefile
10 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= hkbd
|
|
SRCS= hkbd.c
|
|
SRCS+= opt_hid.h opt_evdev.h opt_kbd.h opt_hkbd.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|