Remove some duplicate FreeBSD CVS IDs, move some IDs to better places.
[dragonfly.git] / sys / dev / sound / usb / Makefile
... / ...
CommitLineData
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
4S = ${.CURDIR}/../..
5
6.PATH: $S/dev/usb $S/pci
7KMOD = usb
8SRCS = 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
22SRCS += uhci_pci.c uhci.c uhcireg.h uhcivar.h
23SRCS += ohci_pci.c ohci.c ohcireg.h ohcivar.h
24SRCS += opt_bus.h pci_if.h
25
26NOMAN =
27
28.include <bsd.kmod.mk>