mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
CP2101/CP2102 based USB serial adapters. Reviewed by: imp, emaste Obtained from: OpenBSD MFC after: 2 weeks
10 lines
161 B
Makefile
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>
|