Rename Makefile.sub back to Makefile.inc to fix cross builds.
[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.2 2003/06/17 04:28:47 dillon Exp $ 
3
4 MAINTAINER       = n_hibma@freebsd.org
5 S                = ${.CURDIR}/../..
6
7 .PATH:           $S/dev/usb $S/pci
8 KMOD             = usb
9 SRCS             = bus_if.h device_if.h usb_if.h usb_if.c \
10                    vnode_if.h \
11                    opt_usb.h \
12                    hid.c hid.h usbhid.h \
13                    uhub.c \
14                    usb.c usb.h \
15                    usb_mem.h \
16                    usb_port.h \
17                    usb_quirks.c usb_quirks.h \
18                    usb_subr.c \
19                    usbdevs.h usbdevs_data.h \
20                    usbdi.c usbdi.h usbdivar.h \
21                    usbdi_util.c usbdi_util.h \
22                    usb_ethersubr.c
23
24 SRCS            += uhci_pci.c uhci.c uhcireg.h uhcivar.h
25 SRCS            += ohci_pci.c ohci.c ohcireg.h ohcivar.h
26 SRCS            += opt_bus.h pci_if.h
27
28 NOMAN            =
29
30 .include <bsd.kmod.mk>