Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2010 01:01:36 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r213678 - user/weongyo/usb/sys/modules/usb/usb
Message-ID:  <201010110101.o9B11agI098011@svn.freebsd.org>

index | next in thread | raw e-mail

Author: weongyo
Date: Mon Oct 11 01:01:36 2010
New Revision: 213678
URL: http://svn.freebsd.org/changeset/base/213678

Log:
  Adds usb_pf.[ch] files to Makefile.

Modified:
  user/weongyo/usb/sys/modules/usb/usb/Makefile

Modified: user/weongyo/usb/sys/modules/usb/usb/Makefile
==============================================================================
--- user/weongyo/usb/sys/modules/usb/usb/Makefile	Mon Oct 11 00:59:46 2010	(r213677)
+++ user/weongyo/usb/sys/modules/usb/usb/Makefile	Mon Oct 11 01:01:36 2010	(r213678)
@@ -33,11 +33,11 @@ KMOD=	usb
 SRCS=	bus_if.h device_if.h usb_if.h usb_if.c vnode_if.h \
 	opt_usb.h opt_bus.h opt_ddb.h \
 	usbdevs.h usbdevs_data.h \
-	usb_sleepout.h \
+	usb_pf.h usb_sleepout.h \
 	usb_busdma.c usb_controller.c usb_compat_linux.c usb_core.c usb_debug.c \
 	usb_dev.c usb_device.c usb_dynamic.c usb_error.c usb_generic.c \
 	usb_handle_request.c usb_hid.c usb_hub.c usb_lookup.c usb_mbuf.c \
-	usb_msctest.c usb_parse.c usb_process.c usb_request.c \
+	usb_msctest.c usb_parse.c usb_pf.c usb_process.c usb_request.c \
 	usb_sleepout.c usb_transfer.c usb_util.c 
 
 .include <bsd.kmod.mk>


help

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