# $FreeBSD$

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

KMOD=	hidbus
SRCS=	hidbus.c
SRCS+=	bus_if.h device_if.h hid_if.h

.include <bsd.kmod.mk>