summaryrefslogtreecommitdiffstats
path: root/sys/modules/cue/Makefile
blob: 939e714aacfdc2a9f74af57923df823eebcb1722 (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

S=	${.CURDIR}/../..
.PATH: $S/dev/usb

KMOD=	if_cue
SRCS=	if_cue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS+=	miibus_if.h usbdevs.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud