svn commit: r213678 - user/weongyo/usb/sys/modules/usb/usb

Weongyo Jeong weongyo at FreeBSD.org
Mon Oct 11 01:01:36 UTC 2010


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>


More information about the svn-src-user mailing list