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/sparc/usbsksp/Makefile
          +++ new/usr/src/uts/sparc/usbsksp/Makefile
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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      -#
  23   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   23  # Use is subject to license terms.
  25   24  #
       25 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
       26 +#
  26   27  # uts/sparc/usbsksp/Makefile
  27   28  
  28   29  
  29   30  #
  30   31  #       This makefile drives the production of the Keyspan USB Serial
  31   32  #       Adapter driver.
  32   33  #
  33   34  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  34   35  #
  35   36  UTSBASE = ../..
↓ open down ↓ 61 lines elided ↑ open up ↑
  97   98  WLCC            = wlcc
  98   99  TOUCH           = touch
  99  100  WARLOCK         = warlock
 100  101  TEST            = test
 101  102  
 102  103  #
 103  104  #       warlock
 104  105  #
 105  106  WARLOCK_CMD     = $(WLCMD_DIR)/usbser_keyspan.wlcmd
 106  107  USBSER_FILES = $(USBSER_OBJS:%.o=../usbser/%.ll)
 107      -USBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
      108 +USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll)
 108  109  UHCI_FILES = $(UHCI_OBJS:%.o=../uhci/%.ll)
 109  110  OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
 110  111  EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)
 111  112  
 112  113  warlock: $(WARLOCK_OK)
 113  114  
 114  115  $(WARLOCK_OK): warlock_with_usba warlock_with_usbser
 115  116          $(TOUCH) $@
 116  117  
 117  118  %.ll: $(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX