1# $FreeBSD$ 2 3MAINTAINER= n_hibma@freebsd.org 4 5S= ${.CURDIR}/../.. 6 7.PATH: $S/dev/usb $S/pci 8 9KMOD= usb 10SRCS= bus_if.h device_if.h usb_if.h usb_if.c \ 11 vnode_if.h \ 12 opt_usb.h \ 13 hid.c hid.h usbhid.h \ 14 uhub.c \ 15 usb.c usb.h \ 16 usb_mem.h \ 17 usb_port.h \ 18 usb_quirks.c usb_quirks.h \ 19 usb_subr.c \ 20 usbdevs.h usbdevs_data.h \ 21 usbdi.c usbdi.h usbdivar.h \ 22 usbdi_util.c usbdi_util.h \ 23 usb_ethersubr.c 24 25SRCS+= uhci_pci.c uhci.c uhcireg.h uhcivar.h 26SRCS+= ohci_pci.c ohci.c ohcireg.h ohcivar.h 27SRCS+= opt_bus.h pci_if.h 28 29.include <bsd.kmod.mk> 30