svn commit: r198041 - head/sys/modules/ubser
John Baldwin
jhb at FreeBSD.org
Tue Oct 13 18:07:56 UTC 2009
Author: jhb
Date: Tue Oct 13 18:07:56 2009
New Revision: 198041
URL: http://svn.freebsd.org/changeset/base/198041
Log:
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).
Modified:
head/sys/modules/ubser/Makefile
Modified: head/sys/modules/ubser/Makefile
==============================================================================
--- head/sys/modules/ubser/Makefile Tue Oct 13 17:57:06 2009 (r198040)
+++ head/sys/modules/ubser/Makefile Tue Oct 13 18:07:56 2009 (r198041)
@@ -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>
More information about the svn-src-all
mailing list