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/scsa2usb/Makefile
          +++ new/usr/src/uts/intel/scsa2usb/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/scsa2usb/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 scsa2usb 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 = ../..
  35   36  
↓ open down ↓ 74 lines elided ↑ open up ↑
 110  111  #       Defines for local commands.
 111  112  #
 112  113  WARLOCK         = warlock
 113  114  WLCC            = wlcc
 114  115  TOUCH           = touch
 115  116  TEST            = test
 116  117  
 117  118  #
 118  119  #       lock_lint rules
 119  120  #
 120      -USBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
      121 +USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll)
 121  122  UHCI_FILES = $(UHCI_OBJS:%.o=../uhci/%.ll)
 122  123  OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
 123  124  EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)
 124  125  SD_FILES   = $(SD_OBJS:%.o=../sd/%.ll)
 125  126  ST_FILES   = $(ST_OBJS:%.o=../st/%.ll)
 126  127  SCSI_FILES = $(SCSI_OBJS:%.o= -l ../scsi/%.ll)
 127  128  CMLB_FILES = $(CMLB_OBJS:%.o=-l ../cmlb/%.ll)
 128  129  
 129  130  warlock: $(WARLOCK_OK) warlock_with_usba
 130  131  
↓ open down ↓ 53 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX