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