aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hid/hcons/Makefile
blob: 2c2ad16322afcc2f4e5190ff1a466b7ec9c64d99 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

.PATH: ${SRCTOP}/sys/dev/hid

KMOD=	hcons
SRCS=	hcons.c
SRCS+=	bus_if.h device_if.h

.include <bsd.kmod.mk>