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