opnsense-src/sys/modules/hid/hidmap/Makefile
Vladimir Kondratyev 8e84712d01 hidmap: add missing opt_hid.h to module Makefile
Reported by:	pstef
MFC after:	2 weeks
2021-04-14 23:05:59 +03:00

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>