The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/usb/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD$ 
    2 
    3 MAINTAINER=     n_hibma@freebsd.org
    4 
    5 S=      ${.CURDIR}/../..
    6 
    7 .PATH: $S/dev/usb $S/pci
    8 
    9 KMOD=   usb
   10 SRCS=   bus_if.h device_if.h usb_if.h usb_if.c \
   11         vnode_if.h \
   12         opt_usb.h \
   13         hid.c hid.h usbhid.h \
   14         uhub.c \
   15         usb.c usb.h \
   16         usb_mem.c usb_mem.h \
   17         usb_port.h \
   18         usb_quirks.c usb_quirks.h \
   19         usb_subr.c \
   20         usbdevs.h usbdevs_data.h \
   21         usbdi.c usbdi.h usbdivar.h \
   22         usbdi_util.c usbdi_util.h \
   23         usb_ethersubr.c
   24         
   25 SRCS+=  uhci_pci.c uhci.c uhcireg.h uhcivar.h
   26 SRCS+=  ohci_pci.c ohci.c ohcireg.h ohcivar.h
   27 SRCS+=  opt_bus.h pci_if.h
   28 
   29 .include <bsd.kmod.mk>

Cache object: cd90b4bfbdd66fb8be002bfcbb67d28a


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.