summaryrefslogtreecommitdiffstats
path: root/sys/modules/cue/Makefile
blob: 449cce250bd8f9263fb40c9171a33d310302b07d (plain)
1
2
3
4
5
6
7
8
9
# $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

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