Print this page
9702 HBA drivers don't need the redundant devfs_clean step
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/mpt_sas/Makefile
          +++ new/usr/src/uts/intel/mpt_sas/Makefile
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11  # and limitations under the License.
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 +
       22 +#
  21   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  22   24  # Use is subject to license terms.
  23   25  #
  24      -#       This makefile drives the production of the mpt_sas driver kernel module.
  25      -#
  26      -#       intel architecture dependent
  27      -#
  28   26  
  29   27  #
  30   28  #       Paths to the base of the uts directory trees
  31   29  #
  32      -UTSBASE   = ../../../../src/uts
       30 +UTSBASE=        $(SRC)/uts
  33   31  
  34   32  #
  35   33  #       Define the module and object file sets.
  36   34  #
  37   35  MODULE          = mpt_sas
  38   36  OBJECTS         = $(MPTSAS_OBJS:%=$(OBJS_DIR)/%)
  39   37  LINTS           = $(MPTSAS_OBJS:%.o=$(LINTS_DIR)/%.ln)
  40   38  ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  41   39  CONF_SRCDIR     = $(UTSBASE)/common/io/scsi/adapters/mpt_sas/
  42   40  
↓ open down ↓ 44 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX