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/usbsprl/Makefile
          +++ new/usr/src/uts/sparc/usbsprl/Makefile
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # uts/sparc/usbsprl/Makefile
  23   23  #
  24   24  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  #
       27 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  27   28  #
  28   29  #       This makefile drives the production of the Prolific USB Serial
  29   30  #       Adapter driver.
  30   31  #
  31   32  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  32   33  #
  33   34  UTSBASE = ../..
  34   35  
  35   36  #
  36   37  #       Define the module and object file sets.
↓ open down ↓ 58 lines elided ↑ open up ↑
  95   96  WLCC            = wlcc
  96   97  TOUCH           = touch
  97   98  WARLOCK         = warlock
  98   99  TEST            = test
  99  100  
 100  101  #
 101  102  #       warlock
 102  103  #
 103  104  WARLOCK_CMD     = $(WLCMD_DIR)/$(MODULE).wlcmd
 104  105  USBSER_FILES = $(USBSER_OBJS:%.o=../usbser/%.ll)
 105      -USBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
      106 +USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll)
 106  107  UHCI_FILES = $(UHCI_OBJS:%.o=../uhci/%.ll)
 107  108  OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
 108  109  EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)
 109  110  
 110  111  warlock: $(WARLOCK_OK)
 111  112  
 112  113  $(WARLOCK_OK): warlock_with_usbser warlock_with_usba
 113  114          $(TOUCH) $@
 114  115  
 115  116  %.ll: $(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX