mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
- Add kernel options: {UPLCOM,UVSCOM}_INTR_INTERVAL
- Add sysctl variables: 'hw.usb.{uplcom,uvscom}.interval'
MFC after: 1 week
11 lines
179 B
Makefile
11 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../..
|
|
.PATH: $S/dev/usb
|
|
|
|
KMOD= uplcom
|
|
SRCS= uplcom.c ucomvar.h opt_usb.h opt_uplcom.h \
|
|
device_if.h bus_if.h vnode_if.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|