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/ugen/Makefile
          +++ new/usr/src/uts/intel/ugen/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  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  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   26  
  26   27  #
  27   28  #       This makefile drives the production of the ugen driver
  28   29  #       kernel module. intel architecture dependent
  29   30  #
  30   31  
  31   32  #
  32   33  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  33   34  #
  34   35  UTSBASE = ../..
↓ open down ↓ 60 lines elided ↑ open up ↑
  95   96  #       Defines for local commands.
  96   97  #
  97   98  WARLOCK         = warlock
  98   99  WLCC            = wlcc
  99  100  TOUCH           = touch
 100  101  TEST            = test
 101  102  
 102  103  #
 103  104  #       lock_lint rules
 104  105  #
 105      -USBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
      106 +USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll)
 106  107  UHCI_FILES = $(UHCI_OBJS:%.o=../uhci/%.ll)
 107  108  OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
 108  109  EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)
 109  110  
 110  111  warlock: $(WARLOCK_OK)  warlock_with_usba
 111  112  
 112  113  $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/ugen.wlcmd warlock_ddi.files
 113  114          $(WARLOCK) -c $(WLCMD_DIR)/ugen.wlcmd $(WARLOCK_OUT)  \
 114  115                  -l ../warlock/ddi_dki_impl.ll
 115  116          $(TOUCH) $@
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX