Fix this module so it at least builds. Note that it isn't hooked up to
the build however, and ubser(4) is also not present in any kernel configs (including NOTES).
This commit is contained in:
parent
8c8ee3d3b8
commit
5c1f214c37
@ -1,9 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
S= ${.CURDIR}/../..
|
||||
.PATH: $S/dev/usb
|
||||
.PATH: $S/dev/usb/serial
|
||||
|
||||
KMOD= ubser
|
||||
SRCS= ubser.c ubser.h opt_usb.h device_if.h bus_if.h usbdevs.h
|
||||
SRCS= ubser.c opt_usb.h device_if.h bus_if.h usbdevs.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user