mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/hid
|
|
|
|
KMOD= hidraw
|
|
SRCS= hidraw.c
|
|
SRCS+= opt_hid.h bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|