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