Date: Fri, 30 Jul 2010 22:03:26 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 181617 for review Message-ID: <201007302203.o6UM3QY4042729@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@181617?ac=10 Change 181617 by hselasky@hselasky_laptop001 on 2010/07/30 22:02:40 USB modules: - remove superfluous header file sources from Makefiles Affected files ... .. //depot/projects/usb/src/sys/modules/usb/ehci/Makefile#2 edit .. //depot/projects/usb/src/sys/modules/usb/ohci/Makefile#2 edit .. //depot/projects/usb/src/sys/modules/usb/uhci/Makefile#2 edit Differences ... ==== //depot/projects/usb/src/sys/modules/usb/ehci/Makefile#2 (text+ko) ==== @@ -32,7 +32,7 @@ KMOD= ehci SRCS= bus_if.h device_if.h usb_if.h \ opt_bus.h opt_usb.h \ - ehci_pci.c ehci.c ehci.h \ + ehci_pci.c ehci.c \ pci_if.h .include <bsd.kmod.mk> ==== //depot/projects/usb/src/sys/modules/usb/ohci/Makefile#2 (text+ko) ==== @@ -32,7 +32,7 @@ KMOD= ohci SRCS= bus_if.h device_if.h usb_if.h \ opt_bus.h opt_usb.h \ - ohci_pci.c ohci.c ohci.h \ + ohci_pci.c ohci.c \ pci_if.h .include <bsd.kmod.mk> ==== //depot/projects/usb/src/sys/modules/usb/uhci/Makefile#2 (text+ko) ==== @@ -32,7 +32,7 @@ KMOD= uhci SRCS= bus_if.h device_if.h usb_if.h \ opt_bus.h opt_usb.h \ - uhci_pci.c uhci.c uhci.h \ + uhci_pci.c uhci.c \ pci_if.h .include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007302203.o6UM3QY4042729>