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/sparc/usbprn/Makefile
          +++ new/usr/src/uts/sparc/usbprn/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  #       This makefile drives the production of the usbprn kernel driver.
  27   28  #
  28   29  #       sparc architecture dependent
  29   30  #
  30   31  # uts/sparc/usbprn/Makefile
  31   32  #
  32   33  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  33   34  #
  34   35  UTSBASE = ../..
↓ open down ↓ 59 lines elided ↑ open up ↑
  94   95  #       Defines for local commands.
  95   96  #
  96   97  WARLOCK         = warlock
  97   98  WLCC            = wlcc
  98   99  TOUCH           = touch
  99  100  TEST            = test
 100  101  
 101  102  #
 102  103  #       lock_lint rules
 103  104  #
 104      -USBA_FILES = $(USBA_WITHOUT_WUSB_OBJS:%.o=../usba/%.ll)
      105 +USBA_FILES = $(USBA_OBJS:%.o=../usba/%.ll)
 105  106  UHCI_FILES = $(UHCI_OBJS:%.o=../uhci/%.ll)
 106  107  OHCI_FILES = $(OHCI_OBJS:%.o=../ohci/%.ll)
 107  108  EHCI_FILES = $(EHCI_OBJS:%.o=../ehci/%.ll)
 108  109  
 109  110  warlock: $(WARLOCK_OK) warlock_with_usba
 110  111  
 111  112  $(WARLOCK_OK): $(WARLOCK_OUT) $(WLCMD_DIR)/usbprn.wlcmd warlock_ddi.files
 112  113          $(WARLOCK) -c $(WLCMD_DIR)/usbprn.wlcmd $(WARLOCK_OUT)  \
 113  114                  -l ../warlock/ddi_dki_impl.ll
 114  115          $(TOUCH) $@
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX