mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Allow ubsa(4) driver to be build as a kernel module.
Approved by: obrien
This commit is contained in:
parent
9734ce03a2
commit
e59dd53c96
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104771
10
sys/modules/ubsa/Makefile
Normal file
10
sys/modules/ubsa/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
S= ${.CURDIR}/../..
|
||||
.PATH: $S/dev/usb
|
||||
|
||||
KMOD= ubsa
|
||||
SRCS= ubsa.c ucomvar.h opt_usb.h device_if.h bus_if.h vnode_if.h
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user