opnsense-src/sys/modules/uslcom/Makefile
Rink Springer 2e7328e7cc Import uslcom(4) from OpenBSD - this is a driver for Silicon Laboratories
CP2101/CP2102 based USB serial adapters.

Reviewed by:		imp, emaste
Obtained from:		OpenBSD
MFC after:		2 weeks
2008-03-05 14:13:30 +00:00

10 lines
161 B
Makefile

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