Merge from vendor branch BSDTAR:
[dragonfly.git] / sys / dev / sound / usb / Makefile
1 #       $FreeBSD: src/sys/modules/usb/Makefile,v 1.7 2000/01/28 11:26:40 bde Exp $ 
2 #       $DragonFly: src/sys/dev/sound/usb/Attic/Makefile,v 1.4 2004/08/13 17:51:06 dillon Exp $ 
3
4 S                = ${.CURDIR}/../..
5
6 .PATH:           $S/dev/usb $S/pci
7 KMOD             = usb
8 SRCS             = bus_if.h device_if.h usb_if.h usb_if.c \
9                    opt_usb.h \
10                    hid.c hid.h usbhid.h \
11                    uhub.c \
12                    usb.c usb.h \
13                    usb_mem.h \
14                    usb_port.h \
15                    usb_quirks.c usb_quirks.h \
16                    usb_subr.c \
17                    usbdevs.h usbdevs_data.h \
18                    usbdi.c usbdi.h usbdivar.h \
19                    usbdi_util.c usbdi_util.h \
20                    usb_ethersubr.c
21
22 SRCS            += uhci_pci.c uhci.c uhcireg.h uhcivar.h
23 SRCS            += ohci_pci.c ohci.c ohcireg.h ohcivar.h
24 SRCS            += opt_bus.h pci_if.h
25
26 NOMAN            =
27
28 .include <bsd.kmod.mk>