1
0
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:
Alexander Kabaev 2002-10-10 05:03:09 +00:00
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
View 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>