Print this page
Added filesystem disturber: driver (fsd), library (libfsd), command (fsdadm)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.rules
          +++ new/usr/src/uts/common/Makefile.rules
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved.
  25   25  #
  26   26  
  27   27  #
       28 +# Copyright 2013 Damian Bogel. All rights reserved.
       29 +#
       30 +
       31 +#
  28   32  # uts/common/Makefile.rules
  29   33  #
  30   34  #       This Makefile defines all the file build rules for the directory
  31   35  # uts/common and its children. These are the source files which may
  32   36  # be considered common to all SunOS systems.
  33   37  #
  34   38  #       The following two-level ordering must be maintained in this file.
  35   39  #         Lines are sorted first in order of decreasing specificity based on
  36   40  #         the first directory component.  That is, sun4u rules come before
  37   41  #         sparc rules come before common rules.
↓ open down ↓ 684 lines elided ↑ open up ↑
 722  726          $(CTFCONVERT_O)
 723  727  
 724  728  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/elxl/%.c
 725  729          $(COMPILE.c) -o $@ $<
 726  730          $(CTFCONVERT_O)
 727  731  
 728  732  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/fcoe/%.c
 729  733          $(COMPILE.c) -o $@ $<
 730  734          $(CTFCONVERT_O)
 731  735  
      736 +$(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/fsd/%.c
      737 +        $(COMPILE.c) -o $@ $<
      738 +        $(CTFCONVERT_O)
      739 +
 732  740  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/hme/%.c
 733  741          $(COMPILE.c) -o $@ $<
 734  742          $(CTFCONVERT_O)
 735  743  
 736  744  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/pciex/%.c
 737  745          $(COMPILE.c) -o $@ $<
 738  746          $(CTFCONVERT_O)
 739  747  
 740  748  $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
 741  749          $(COMPILE.c) -o $@ $<
↓ open down ↓ 1342 lines elided ↑ open up ↑
2084 2092  
2085 2093  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/efe/%.c
2086 2094          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2087 2095  
2088 2096  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/elxl/%.c
2089 2097          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2090 2098  
2091 2099  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fcoe/%.c
2092 2100          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2093 2101  
     2102 +$(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fsd/%.c
     2103 +        @($(LHEAD) $(LINT.c) $< $(LTAIL))
     2104 +
2094 2105  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/hme/%.c
2095 2106          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2096 2107  
2097 2108  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pciex/%.c
2098 2109          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2099 2110  
2100 2111  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
2101 2112          @($(LHEAD) $(LINT.c) $< $(LTAIL))
2102 2113  
2103 2114  $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pciex/hotplug/%.c
↓ open down ↓ 614 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX