opnsense-src/sys/modules/hid/hidmap/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
146 B
Makefile
Raw Normal View History

.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>