Print this page
5832 EOF wireless usb (aka UWB)
Reviewed by: TBD
Reviewed by: TBD
Approved by: TBD

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/usb_as/Makefile
          +++ new/usr/src/uts/intel/usb_as/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
       26 +#
  25   27  # uts/sparc/usb_as/Makefile
  26   28  #
  27   29  #       This makefile drives the production of the usb_as driver
  28   30  #       kernel module. Intel architecture dependent
  29   31  #
  30   32  
  31   33  
  32   34  #
  33   35  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  34   36  #
↓ open down ↓ 72 lines elided ↑ open up ↑
 107  109  #
 108  110  WARLOCK         = warlock
 109  111  WLCC            = wlcc
 110  112  TOUCH           = touch
 111  113  TEST            = test
 112  114  
 113  115  #
 114  116  #       lock_lint rules
 115  117  #
 116  118  USB_AS_FILES    = $(MODULE).ll
 117      -USBA_FILES      = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
      119 +USBA_FILES      = $(USBA_OBJS:%.o=../usba/%.ll)
 118  120  UHCI_FILES      = $(UHCI_OBJS:%.o=../uhci/%.ll)
 119  121  OHCI_FILES      = $(OHCI_OBJS:%.o=../ohci/%.ll)
 120  122  EHCI_FILES      = $(EHCI_OBJS:%.o=../ehci/%.ll)
 121  123  
 122  124  #       Warlock targets
 123  125  #
 124  126  warlock: $(WARLOCK_OK)
 125  127  
 126  128  $(WARLOCK_OK):  $(WARLOCK_OUT) warlock_ddi.files \
 127  129          warlock_standalone warlock_usba.files warlock_with_usba
↓ open down ↓ 31 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX