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