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/usbvc/Makefile
          +++ new/usr/src/uts/intel/usbvc/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  
  27   29  #
  28   30  #       This makefile drives the production of the usbvc driver kernel module.
  29   31  #
  30   32  
  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 ↓ 71 lines elided ↑ open up ↑
 107  109  #       Defines for local commands.
 108  110  #
 109  111  WARLOCK         = warlock
 110  112  WLCC            = wlcc
 111  113  TOUCH           = touch
 112  114  TEST            = test
 113  115  
 114  116  #
 115  117  #       lock_lint rules
 116  118  #
 117      -USBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
      119 +USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll)
 118  120  UHCI_FILES = $(UHCI_OBJS:%.o=../uhci/%.ll)
 119  121  OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
 120  122  EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)
 121  123  
 122  124  warlock: $(WARLOCK_OK) warlock_with_usba
 123  125  
 124  126  $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/usbvc.wlcmd warlock_ddi.files
 125  127          $(WARLOCK) -c $(WLCMD_DIR)/usbvc.wlcmd $(WARLOCK_OUT)  \
 126  128                  -l ../warlock/ddi_dki_impl.ll
 127  129          $(TOUCH) $@
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX