freebsd-dev/sys/modules/udbp/Makefile

13 lines
175 B
Makefile
Raw Normal View History

# $FreeBSD$
MAINTAINER= n_hibma@freebsd.org
.PATH: ${.CURDIR}/../../dev/usb
KMOD= udbp
SRCS= bus_if.h device_if.h \
opt_usb.h \
udbp.c usbdevs.h
.include <bsd.kmod.mk>