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

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

KMOD=	bcm5974
SRCS=	bcm5974.c
SRCS+=	opt_hid.h
SRCS+=	bus_if.h device_if.h usbdevs.h

.include <bsd.kmod.mk>