Print this page
OS-1997 mpt_sas: expose LED controls to libtopo
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/fm/topo/modules/common/Makefile
          +++ new/usr/src/lib/fm/topo/modules/common/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  
  22   22  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  #pragma ident   "%Z%%M% %I%     %E% SMI"
  27   27  
  28   28  SUBDIRS =               \
  29   29          disk            \
  30   30          fac_prov_ipmi   \
       31 +        fac_prov_mptsas \
  31   32          ipmi            \
  32   33          ses             \
  33   34          xfp
  34   35  
  35   36  ses:    disk
  36   37  
  37   38  .PARALLEL: $(SUBDIRS)
  38   39  
  39   40  include ../../../Makefile.subdirs
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX