2005-06-04 10:58:39 +00:00
|
|
|
# $FreeBSD$
|
1999-11-22 03:46:33 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
S= ${.CURDIR}/../..
|
1999-11-22 03:46:33 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: $S/dev/usb $S/pci
|
1999-11-22 03:46:33 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
KMOD= usb
|
|
|
|
SRCS= bus_if.h device_if.h usb_if.h usb_if.c \
|
|
|
|
opt_usb.h \
|
|
|
|
hid.c hid.h usbhid.h \
|
|
|
|
uhub.c \
|
|
|
|
usb.c usb.h \
|
2003-07-15 22:42:37 +00:00
|
|
|
usb_mem.c usb_mem.h \
|
2001-01-06 14:00:42 +00:00
|
|
|
usb_port.h \
|
|
|
|
usb_quirks.c usb_quirks.h \
|
|
|
|
usb_subr.c \
|
2004-12-31 16:05:07 +00:00
|
|
|
usbdevs.h usbdevs_data.h \
|
2001-01-06 14:00:42 +00:00
|
|
|
usbdi.c usbdi.h usbdivar.h \
|
|
|
|
usbdi_util.c usbdi_util.h \
|
2004-06-27 12:33:20 +00:00
|
|
|
usb_ethersubr.c usbdevs.h
|
2004-07-12 21:59:06 +00:00
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= uhci_pci.c uhci.c uhcireg.h uhcivar.h
|
|
|
|
SRCS+= ohci_pci.c ohci.c ohcireg.h ohcivar.h
|
2003-04-14 14:04:08 +00:00
|
|
|
SRCS+= ehci_pci.c ehci.c ehcireg.h ehcivar.h
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= opt_bus.h pci_if.h
|
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|