1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/modules/uvscom/Makefile

11 lines
171 B
Makefile
Raw Normal View History

# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= uvscom
SRCS= uvscom.c ucomvar.h opt_usb.h opt_uvscom.h \
device_if.h bus_if.h usbdevs.h
.include <bsd.kmod.mk>