Merge from vendor branch DIFFUTILS:
[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.3 2004/01/31 06:56:42 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                    vnode_if.h \
10                    opt_usb.h \
11                    hid.c hid.h usbhid.h \
12                    uhub.c \
13                    usb.c usb.h \
14                    usb_mem.h \
15                    usb_port.h \
16                    usb_quirks.c usb_quirks.h \
17                    usb_subr.c \
18                    usbdevs.h usbdevs_data.h \
19                    usbdi.c usbdi.h usbdivar.h \
20                    usbdi_util.c usbdi_util.h \
21                    usb_ethersubr.c
22
23 SRCS            += uhci_pci.c uhci.c uhcireg.h uhcivar.h
24 SRCS            += ohci_pci.c ohci.c ohcireg.h ohcivar.h
25 SRCS            += opt_bus.h pci_if.h
26
27 NOMAN            =
28
29 .include <bsd.kmod.mk>