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/usbsksp/Makefile
          +++ new/usr/src/uts/intel/usbsksp/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
       26 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
       27 +#
  26   28  # uts/intel/usbsksp/Makefile
  27   29  
  28   30  #
  29   31  #       This makefile drives the production of the Keyspan USB Serial
  30   32  #       Adapter driver.
  31   33  #
  32   34  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  33   35  #
  34   36  UTSBASE = ../..
  35   37  
↓ open down ↓ 56 lines elided ↑ open up ↑
  92   94  TOUCH           = touch
  93   95  WARLOCK         = warlock
  94   96  TEST            = test
  95   97  
  96   98  #
  97   99  #       warlock
  98  100  #
  99  101  WARLOCK_CMD     = $(WLCMD_DIR)/usbser_keyspan.wlcmd
 100  102  
 101  103  USBSER_FILES = $(USBSER_OBJS:%.o=../usbser/%.ll)
 102      -USBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
      104 +USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll)
 103  105  UHCI_FILES = $(UHCI_OBJS:%.o=../uhci/%.ll)
 104  106  OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
 105  107  EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)
 106  108  
 107  109  warlock: $(WARLOCK_OK)
 108  110  
 109  111  $(WARLOCK_OK): warlock_with_usba warlock_with_usbser
 110  112          $(TOUCH) $@
 111  113  
 112  114  %.ll: $(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX