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/usbskel/Makefile
          +++ new/usr/src/uts/sparc/usbskel/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/usbskel/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 usbskel kernel driver.
  29   30  #
  30   31  #       sparc architecture dependent
  31   32  #
  32   33  
  33   34  #
  34   35  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  35   36  #
  36   37  UTSBASE = ../..
↓ open down ↓ 61 lines elided ↑ open up ↑
  98   99  #       Defines for local commands.
  99  100  #
 100  101  WARLOCK         = warlock
 101  102  WLCC            = wlcc
 102  103  TOUCH           = touch
 103  104  TEST            = test
 104  105  
 105  106  #
 106  107  #       lock_lint rules
 107  108  #
 108      -USBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
      109 +USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll)
 109  110  UHCI_FILES = $(UHCI_OBJS:%.o=../uhci/%.ll)
 110  111  OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
 111  112  EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)
 112  113  
 113  114  warlock: $(WARLOCK_OK) warlock_with_usba
 114  115  
 115  116  $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/usbskel.wlcmd warlock_ddi.files
 116  117          $(WARLOCK) -c $(WLCMD_DIR)/usbskel.wlcmd $(WARLOCK_OUT)  \
 117  118                  -l ../warlock/ddi_dki_impl.ll
 118  119          $(TOUCH) $@
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX