mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
11 lines
146 B
Makefile
11 lines
146 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= hidmap
|
|
SRCS= hidmap.c
|
|
SRCS+= opt_hid.h
|
|
SRCS+= bus_if.h device_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|