Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2009 18:07:56 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198041 - head/sys/modules/ubser
Message-ID:  <200910131807.n9DI7upT012586@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910131807.n9DI7upT012586>