mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
10 lines
140 B
Makefile
10 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= hidmap
|
|
SRCS= hidmap.c
|
|
SRCS+= opt_hid.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|