Print this page
    
NEX-8148 Alerts should be sent if cores are created on a system
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
    
      
        | Split | 
	Close | 
      
      | Expand all | 
      | Collapse all | 
    
    
          --- old/usr/src/uts/common/sys/Makefile.syshdrs
          +++ new/usr/src/uts/common/sys/Makefile.syshdrs
   1    1  #
   2    2  # CDDL HEADER START
   3    3  #
   4    4  # The contents of this file are subject to the terms of the
   5    5  # Common Development and Distribution License (the "License").
   6    6  # You may not use this file except in compliance with the License.
   7    7  #
   8    8  # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9    9  # or http://www.opensolaris.org/os/licensing.
  10   10  # See the License for the specific language governing permissions
  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.
  
    | 
      ↓ 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  #
  23   23  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25      -# Copyright 2016 Nexenta Systems, Inc.
       25 +# Copyright 2017 Nexenta Systems, Inc.
  26   26  #
  27   27  
  28   28  # Common definitions for open and closed headers.
  29   29  
  30   30  # check files really don't exist
  31   31  
  32   32  audio/%.check:  audio/%.h
  33   33          $(DOT_H_CHECK)
  34   34  
  35   35  av/%.check:     av/%.h
  36   36          $(DOT_H_CHECK)
  37   37  
  38   38  fm/%.check:     fm/%.h
  39   39          $(DOT_H_CHECK)
  
    | 
      ↓ open down ↓ | 
    4 lines elided | 
    
      ↑ open up ↑ | 
  
  40   40  
  41   41  fm/cpu/%.check: fm/cpu/%.h
  42   42          $(DOT_H_CHECK)
  43   43  
  44   44  fm/fs/%.check:  fm/fs/%.h
  45   45          $(DOT_H_CHECK)
  46   46  
  47   47  fm/io/%.check:  fm/io/%.h
  48   48          $(DOT_H_CHECK)
  49   49  
       50 +fm/sw/%.check:  fm/sw/%.h
       51 +        $(DOT_H_CHECK)
       52 +
  50   53  fs/%.check:     fs/%.h
  51   54          $(DOT_H_CHECK)
  52   55  
  53   56  ib/%.check:             ib/%.h
  54   57          $(DOT_H_CHECK)
  55   58  
  56   59  ib/clients/ibd/%.check: ib/clients/ibd/%.h
  57   60          $(DOT_H_CHECK)
  58   61  
  59   62  ib/clients/of/%.check:          ib/clients/of/%.h
  60   63          $(DOT_H_CHECK)
  61   64  
  62   65  ib/clients/of/rdma/%.check:             ib/clients/of/rdma/%.h
  63   66          $(DOT_H_CHECK)
  64   67  
  65   68  ib/clients/of/sol_ofs/%.check:          ib/clients/of/sol_ofs/%.h
  66   69          $(DOT_H_CHECK)
  67   70  
  68   71  ib/clients/of/sol_uverbs/%.check:       ib/clients/of/sol_uverbs/%.h
  69   72          $(DOT_H_CHECK)
  70   73  
  71   74  ib/clients/of/sol_umad/%.check:         ib/clients/of/sol_umad/%.h
  72   75          $(DOT_H_CHECK)
  73   76  
  74   77  ib/clients/of/sol_ucma/%.check:         ib/clients/of/sol_ucma/%.h
  75   78          $(DOT_H_CHECK)
  76   79  
  77   80  ib/ibtl/%.check:        ib/ibtl/%.h
  78   81          $(DOT_H_CHECK)
  79   82  
  80   83  ib/ibtl/impl/%.check:   ib/ibtl/impl/%.h
  81   84          $(DOT_H_CHECK)
  82   85  
  83   86  ib/ibnex/%.check:       ib/ibnex/%.h
  84   87          $(DOT_H_CHECK)
  85   88  
  86   89  ib/mgt/%.check: ib/mgt/%.h
  87   90          $(DOT_H_CHECK)
  88   91  
  89   92  ib/mgt/ibmf/%.check:    ib/mgt/ibmf/%.h
  90   93          $(DOT_H_CHECK)
  91   94  
  92   95  ib/adapters/tavor/%.check:      ib/adapters/tavor/%.h
  93   96          $(DOT_H_CHECK)
  94   97  
  95   98  ib/adapters/hermon/%.check:     ib/adapters/hermon/%.h
  96   99          $(DOT_H_CHECK)
  97  100  
  98  101  ib/adapters/%.check:    ib/adapters/%.h
  99  102          $(DOT_H_CHECK)
 100  103  
 101  104  idm/%.check:            idm/%.h
 102  105          $(DOT_H_CHECK)
 103  106  
 104  107  iscsit/%.check:         iscsit/%.h
 105  108          $(DOT_H_CHECK)
 106  109  
 107  110  scsi/%.check:           scsi/%.h
 108  111          $(DOT_H_CHECK)
 109  112  
 110  113  scsi/conf/%.check:      scsi/conf/%.h
 111  114          $(DOT_H_CHECK)
 112  115  
 113  116  scsi/generic/%.check:   scsi/generic/%.h
 114  117          $(DOT_H_CHECK)
 115  118  
 116  119  scsi/impl/%.check:      scsi/impl/%.h
 117  120          $(DOT_H_CHECK)
 118  121  
 119  122  scsi/targets/%.check:   scsi/targets/%.h
 120  123          $(DOT_H_CHECK)
 121  124  
 122  125  scsi/adapters/%.check:  scsi/adapters/%.h
 123  126          $(DOT_H_CHECK)
 124  127  
 125  128  sdcard/%.check:         sdcard/%.h
 126  129          $(DOT_H_CHECK)
 127  130  
 128  131  sysevent/%.check:     sysevent/%.h
 129  132          $(DOT_H_CHECK)
 130  133  
 131  134  contract/%.check:     contract/%.h
 132  135          $(DOT_H_CHECK)
 133  136  
 134  137  usb/%.check:            usb/%.h
 135  138          $(DOT_H_CHECK)
 136  139  
 137  140  usb/clients/audio/%.check:  usb/clients/audio/%.h
 138  141          $(DOT_H_CHECK)
 139  142  
 140  143  usb/hubd/%.check:       usb/hubd/%.h
 141  144          $(DOT_H_CHECK)
 142  145  
 143  146  usb/clients/hid/%.check:        usb/clients/hid/%.h
 144  147          $(DOT_H_CHECK)
 145  148  
 146  149  usb/clients/mass_storage/%.check:       usb/clients/mass_storage/%.h
 147  150          $(DOT_H_CHECK)
 148  151  
 149  152  usb/clients/printer/%.check:  usb/clients/printer/%.h
 150  153          $(DOT_H_CHECK)
 151  154  
 152  155  usb/clients/usbcdc/%.check:     usb/clients/usbcdc/%.h
 153  156          $(DOT_H_CHECK)
 154  157  
 155  158  usb/clients/video/usbvc/%.check:  usb/clients/video/usbvc/%.h
 156  159          $(DOT_H_CHECK)
 157  160  
 158  161  usb/clients/usbinput/usbwcm/%.check:    usb/clients/usbinput/usbwcm/%.h
 159  162          $(DOT_H_CHECK)
 160  163  
 161  164  1394/%.check:         1394/%.h
 162  165          $(DOT_H_CHECK)
 163  166  
 164  167  rsm/%.check:    rsm/%.h
 165  168          $(DOT_H_CHECK)
 166  169  
 167  170  tsol/%.check:   tsol/%.h
 168  171          $(DOT_H_CHECK)
 169  172  
 170  173  ROOTDIR=        $(ROOT)/usr/include/sys
 171  174  
 172  175  ROOTDKTPDIR=    $(ROOTDIR)/dktp
 173  176  
 174  177  sparc_ROOTDIRS= $(ROOTDKTPDIR) $(ROOTDIR)/scsi/adapters \
 175  178                  $(ROOTDIR)/scsi/targets
 176  179  
 177  180  i386_ROOTDIRS=  $(ROOTDKTPDIR) $(ROOTDIR)/scsi/adapters $(ROOTDIR)/scsi/targets \
 178  181                  $(ROOTDIR)/agp $(ROOTDIR)/sata
 179  182  
 180  183  ROOTDIRS=                       \
 181  184          $(ROOTDIR)              \
 182  185          $(ROOTDIR)/audio        \
 183  186          $(ROOTDIR)/av           \
 184  187          $(ROOTDIR)/hotplug      \
 185  188          $(ROOTDIR)/hotplug/pci  \
 186  189          $(ROOTDIR)/crypto       \
  
    | 
      ↓ open down ↓ | 
    127 lines elided | 
    
      ↑ open up ↑ | 
  
 187  190          $(ROOTDIR)/dcam         \
 188  191          $(ROOTDIR)/iso          \
 189  192          $(ROOTDIR)/fc4          \
 190  193          $(ROOTDIR)/fibre-channel    \
 191  194          $(ROOTDIR)/fibre-channel/impl   \
 192  195          $(ROOTDIR)/fibre-channel/ulp    \
 193  196          $(ROOTDIR)/fm           \
 194  197          $(ROOTDIR)/fm/cpu       \
 195  198          $(ROOTDIR)/fm/fs        \
 196  199          $(ROOTDIR)/fm/io        \
      200 +        $(ROOTDIR)/fm/sw        \
 197  201          $(ROOTDIR)/fs           \
 198  202          $(ROOTDIR)/ib           \
 199  203          $(ROOTDIR)/ib/adapters/tavor    \
 200  204          $(ROOTDIR)/ib/adapters/hermon   \
 201  205          $(ROOTDIR)/ib/adapters  \
 202  206          $(ROOTDIR)/ib/ibtl      \
 203  207          $(ROOTDIR)/ib/ibtl/impl \
 204  208          $(ROOTDIR)/ib/mgt       \
 205  209          $(ROOTDIR)/ib/mgt/ibmf  \
 206  210          $(ROOTDIR)/ib/ibnex     \
 207  211          $(ROOTDIR)/ib/clients/ibd \
 208  212          $(ROOTDIR)/ib/clients/of        \
 209  213          $(ROOTDIR)/ib/clients/of/rdma   \
 210  214          $(ROOTDIR)/ib/clients/of/sol_ofs        \
 211  215          $(ROOTDIR)/ib/clients/of/sol_uverbs     \
 212  216          $(ROOTDIR)/ib/clients/of/sol_umad       \
 213  217          $(ROOTDIR)/ib/clients/of/sol_ucma       \
 214  218          $(ROOTDIR)/idm          \
 215  219          $(ROOTDIR)/iscsit       \
 216  220          $(ROOTDIR)/scsi         \
 217  221          $(ROOTDIR)/scsi/conf    \
 218  222          $(ROOTDIR)/scsi/generic \
 219  223          $(ROOTDIR)/scsi/impl    \
 220  224          $(ROOTDIR)/sdcard       \
 221  225          $(ROOTDIR)/sysevent     \
 222  226          $(ROOTDIR)/contract     \
 223  227          $(ROOTDIR)/usb          \
 224  228          $(ROOTDIR)/usb/hubd     \
 225  229          $(ROOTDIR)/usb/clients  \
 226  230          $(ROOTDIR)/usb/clients/audio  \
 227  231          $(ROOTDIR)/usb/clients/hid \
 228  232          $(ROOTDIR)/usb/clients/mass_storage     \
 229  233          $(ROOTDIR)/usb/clients/printer  \
 230  234          $(ROOTDIR)/usb/clients/usbcdc  \
 231  235          $(ROOTDIR)/usb/clients/video/usbvc  \
 232  236          $(ROOTDIR)/usb/clients/usbinput/usbwcm \
 233  237          $(ROOTDIR)/usb/clients/ugen  \
 234  238          $(ROOTDIR)/1394         \
 235  239          $(ROOTDIR)/rsm          \
 236  240          $(ROOTDIR)/tsol         \
 237  241          $($(MACH)_ROOTDIRS)
 238  242  
 239  243  
 240  244  ROOTHDRS=                               \
 241  245          $($(MACH)_HDRS:%=$(ROOTDIR)/%)  \
 242  246          $(HDRS:%=$(ROOTDIR)/%)
 243  247  
 244  248  ROOTAUDHDRS= $(AUDIOHDRS:%=$(ROOTDIR)/audio/%)
 245  249  
 246  250  ROOTAVHDRS= $(AVHDRS:%=$(ROOTDIR)/av/%)
 247  251  
 248  252  ROOTCRYPTOHDRS= $(CRYPTOHDRS:%=$(ROOTDIR)/crypto/%)
 249  253  
 250  254  ROOTDCAMHDRS= $(DCAMHDRS:%=$(ROOTDIR)/dcam/%)
 251  255  
 252  256  ROOTIBHDRS= $(IBHDRS:%=$(ROOTDIR)/ib/%)
 253  257  ROOTIBDHDRS= $(IBDHDRS:%=$(ROOTDIR)/ib/clients/ibd/%)
 254  258  ROOTIBTLHDRS= $(IBTLHDRS:%=$(ROOTDIR)/ib/ibtl/%)
 255  259  ROOTIBTLIMPLHDRS= $(IBTLIMPLHDRS:%=$(ROOTDIR)/ib/ibtl/impl/%)
 256  260  ROOTIBNEXHDRS= $(IBNEXHDRS:%=$(ROOTDIR)/ib/ibnex/%)
 257  261  ROOTIBMGTHDRS= $(IBMGTHDRS:%=$(ROOTDIR)/ib/mgt/%)
 258  262  ROOTIBMFHDRS= $(IBMFHDRS:%=$(ROOTDIR)/ib/mgt/ibmf/%)
 259  263  ROOTOFHDRS= $(OFHDRS:%=$(ROOTDIR)/ib/clients/of/%)
 260  264  ROOTRDMAHDRS= $(RDMAHDRS:%=$(ROOTDIR)/ib/clients/of/rdma/%)
 261  265  ROOTSOL_OFSHDRS= $(SOL_OFSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ofs/%)
 262  266  ROOTSOL_UVERBSHDRS= $(SOL_UVERBSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_uverbs/%)
 263  267  ROOTSOL_UMADHDRS= $(SOL_UMADHDRS:%=$(ROOTDIR)/ib/clients/of/sol_umad/%)
 264  268  ROOTSOL_UCMAHDRS= $(SOL_UCMAHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ucma/%)
 265  269  ROOTTAVORHDRS= $(TAVORHDRS:%=$(ROOTDIR)/ib/adapters/tavor/%)
 266  270  ROOTHERMONHDRS= $(HERMONHDRS:%=$(ROOTDIR)/ib/adapters/hermon/%)
 267  271  ROOTMLNXHDRS= $(MLNXHDRS:%=$(ROOTDIR)/ib/adapters/%)
  
    | 
      ↓ open down ↓ | 
    61 lines elided | 
    
      ↑ open up ↑ | 
  
 268  272  
 269  273  ROOTIDMHDRS= $(IDMHDRS:%=$(ROOTDIR)/idm/%)
 270  274  ROOTISCSITHDRS= $(ISCSITHDRS:%=$(ROOTDIR)/iscsit/%)
 271  275  
 272  276  ROOTISOHDRS= $(ISOHDRS:%=$(ROOTDIR)/iso/%)
 273  277  
 274  278  ROOTFMHDRS= $(FMHDRS:%=$(ROOTDIR)/fm/%)
 275  279  ROOTFMCPUHDRS= $(FMCPUHDRS:%=$(ROOTDIR)/fm/cpu/%)
 276  280  ROOTFMIOHDRS= $(FMIOHDRS:%=$(ROOTDIR)/fm/io/%)
 277  281  ROOTFMFSHDRS= $(FMFSHDRS:%=$(ROOTDIR)/fm/fs/%)
      282 +ROOTFMSWHDRS= $(FMSWHDRS:%=$(ROOTDIR)/fm/sw/%)
 278  283  
 279  284  ROOTFSHDRS= $(FSHDRS:%=$(ROOTDIR)/fs/%)
 280  285  
 281  286  ROOTSCSIHDRS= $(SCSIHDRS:%=$(ROOTDIR)/scsi/%)
 282  287  ROOTSATAGENHDRS= $(SATAGENHDRS:%=$(ROOTDIR)/sata/%)
 283  288  ROOTSCSICONFHDRS= $(SCSICONFHDRS:%=$(ROOTDIR)/scsi/conf/%)
 284  289  ROOTSCSIGENHDRS= $(SCSIGENHDRS:%=$(ROOTDIR)/scsi/generic/%)
 285  290  ROOTSCSIIMPLHDRS= $(SCSIIMPLHDRS:%=$(ROOTDIR)/scsi/impl/%)
 286  291  ROOTSCSITARGETSHDRS= $(SCSITARGETSHDRS:%=$(ROOTDIR)/scsi/targets/%)
 287  292  ROOTSCSICADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
 288  293  ROOTSCSIADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
 289  294  ROOTSCSIVHCIHDRS= $(SCSIVHCIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
 290  295  ROOTSCSIISCSIHDRS= $(SCSIISCSIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
 291  296  
 292  297  ROOTFC4HDRS= $(FC4HDRS:%=$(ROOTDIR)/fc4/%)
 293  298  ROOTFCHDRS= $(FCHDRS:%=$(ROOTDIR)/fibre-channel/%)
 294  299  ROOTFCIMPLHDRS= $(FCIMPLHDRS:%=$(ROOTDIR)/fibre-channel/impl/%)
 295  300  ROOTFCULPHDRS= $(FCULPHDRS:%=$(ROOTDIR)/fibre-channel/ulp/%)
 296  301  
 297  302  ROOTSDCARDHDRS= $(SDCARDHDRS:%=$(ROOTDIR)/sdcard/%)
 298  303  
 299  304  ROOTSYSEVENTHDRS= $(SYSEVENTHDRS:%=$(ROOTDIR)/sysevent/%)
 300  305  ROOTCONTRACTHDRS= $(CONTRACTHDRS:%=$(ROOTDIR)/contract/%)
 301  306  
 302  307  ROOTXHDRS= $(XHDRS:%=$(ROOTDIR)/%)
 303  308  
 304  309  ROOTUSBHDRS= $(USBHDRS:%=$(ROOTDIR)/usb/%)
 305  310  ROOTUSBAUDHDRS= $(USBAUDHDRS:%=$(ROOTDIR)/usb/clients/audio/%)
 306  311  ROOTUSBHUBDHDRS= $(USBHUBDHDRS:%=$(ROOTDIR)/usb/hubd/%)
 307  312  ROOTUSBHIDHDRS = $(USBHIDHDRS:%=$(ROOTDIR)/usb/clients/hid/%)
 308  313  ROOTUSBMSHDRS= $(USBMSHDRS:%=$(ROOTDIR)/usb/clients/mass_storage/%)
 309  314  ROOTUSBPRNHDRS= $(USBPRNHDRS:%=$(ROOTDIR)/usb/clients/printer/%)
 310  315  ROOTUSBCDCHDRS= $(USBCDCHDRS:%=$(ROOTDIR)/usb/clients/usbcdc/%)
 311  316  ROOTUSBVIDHDRS= $(USBVIDHDRS:%=$(ROOTDIR)/usb/clients/video/usbvc/%)
 312  317  ROOTUSBWCMHDRS= $(USBWCMHDRS:%=$(ROOTDIR)/usb/clients/usbinput/usbwcm/%)
 313  318  ROOTUGENHDRS= $(UGENHDRS:%=$(ROOTDIR)/usb/clients/ugen/%)
 314  319  
 315  320  ROOT1394HDRS= $(I1394HDRS:%=$(ROOTDIR)/1394/%)
 316  321  
 317  322  ROOTRSMHDRS= $(RSMHDRS:%=$(ROOTDIR)/rsm/%)
 318  323  
 319  324  ROOTSDKTPHDRS= $(SDKTPHDRS:%=$(ROOTDIR)/dktp/%)
 320  325  ROOTDKTPHDRS= $(DKTPHDRS:%=$(ROOTDIR)/dktp/%)
 321  326  ROOTPCHDRS= $(PCHDRS:%=$(ROOTDIR)/%)
 322  327  ROOTHOTPLUGHDRS= $(HOTPLUGHDRS:%=$(ROOTDIR)/hotplug/%)
 323  328  ROOTHOTPLUGPCIHDRS= $(HOTPLUGPCIHDRS:%=$(ROOTDIR)/hotplug/pci/%)
 324  329  
 325  330  ROOTTSOLHDRS= $(TSOLHDRS:%=$(ROOTDIR)/tsol/%)
 326  331  
 327  332  sparc_ROOTHDRS= $(ROOTSDKTPHDRS) $(ROOTSCSICADHDRS) $(ROOTSCSITARGETSHDRS) \
 328  333                  $(ROOTUSBHDRS) $(ROOTUSBHUBDHDRS) \
 329  334                  $(ROOTUSBAUDHDRS) $(ROOTUSBHIDHDRS) $(ROOTUSBMSHDRS) \
 330  335                  $(ROOTUSBPRNHDRS) $(ROOTUGENHDRS) $(ROOTUSBVIDHDRS)
 331  336  
 332  337  i386_ROOTHDRS=  $(ROOTDKTPHDRS) $(ROOTPCHDRS) $(ROOTSCSITARGETSHDRS)    \
 333  338                  $(ROOTSCSIVHCIHDRS) $(ROOTHOTPLUGHDRS) \
 334  339                  $(ROOTHOTPLUGPCIHDRS) $(ROOTSATAGENHDRS)
 335  340  
 336  341  # install rules
 337  342  $(ROOTDIR)/%: %
 338  343          $(INS.file)
 339  344  
 340  345  $(ROOTDIR)/crypto/%: crypto/%
 341  346          $(INS.file)
 342  347  
 343  348  $(ROOTDIR)/fc4/%:               fc4/%
 344  349          $(INS.file)
 345  350  
 346  351  $(ROOTDIR)/fibre-channel/%:     fibre-channel/%
 347  352          $(INS.file)
 348  353  
 349  354  $(ROOTDIR)/fibre-channel/impl/%:        fibre-channel/impl/%
 350  355          $(INS.file)
 351  356  
 352  357  $(ROOTDIR)/fibre-channel/ulp/:  fibre-channel/ulp/%
 353  358          $(INS.file)
 354  359  
 355  360  $(ROOTDIR)/fm/%:                fm/%
 356  361          $(INS.file)
 357  362  
 358  363  $(ROOTDIR)/fm/cpu/%:                fm/cpu/%
 359  364          $(INS.file)
 360  365  
 361  366  $(ROOTDIR)/fm/io/%:                fm/io/%
 362  367          $(INS.file)
 363  368  
 364  369  $(ROOTDIR)/fs/%: fs/%
 365  370          $(INS.file)
 366  371  
 367  372  $(ROOTDIR)/ib/%:                ib/%
 368  373          $(INS.file)
 369  374  
 370  375  $(ROOTDIR)/ib/clients/ibd/%:    ib/clients/ibd/%
 371  376          $(INS.file)
 372  377  
 373  378  $(ROOTDIR)/ib/clients/of/%:             of/%
 374  379          $(INS.file)
 375  380  
 376  381  $(ROOTDIR)/ib/clients/of/rdma/%:        ib/clients/of/rdma/%
 377  382          $(INS.file)
 378  383  
 379  384  $(ROOTDIR)/ib/clients/of/sol_ofs/%:     ib/clients/of/sol_ofs/%
 380  385          $(INS.file)
 381  386  
 382  387  $(ROOTDIR)/ib/clients/of/sol_uverbs/%:  ib/clients/of/sol_uverbs/%
 383  388          $(INS.file)
 384  389  
 385  390  $(ROOTDIR)/ib/clients/of/sol_umad/%:    ib/clients/of/sol_umad/%
 386  391          $(INS.file)
 387  392  
 388  393  $(ROOTDIR)/ib/clients/of/sol_ucma/%:    ib/clients/of/sol_ucma/%
 389  394          $(INS.file)
 390  395  
 391  396  $(ROOTDIR)/ib/ibtl/%:           ib/ibtl/%
 392  397          $(INS.file)
 393  398  
 394  399  $(ROOTDIR)/ib/ibtl/impl/%:      ib/ibtl/impl/%
 395  400          $(INS.file)
 396  401  
 397  402  $(ROOTDIR)/ib/ibnex/%:          ib/ibnex/%
 398  403          $(INS.file)
 399  404  
 400  405  $(ROOTDIR)/ib/mgt/%:            ib/mgt/%
 401  406          $(INS.file)
 402  407  
 403  408  $(ROOTDIR)/ib/mgt/ibmf/%:       ib/mgt/ibmf/%
 404  409          $(INS.file)
 405  410  
 406  411  $(ROOTDIR)/ib/adapters/tavor/%: ib/adapters/tavor/%
 407  412          $(INS.file)
 408  413  
 409  414  $(ROOTDIR)/ib/adapters/hermon/%:        ib/adapters/hermon/%
 410  415          $(INS.file)
 411  416  
 412  417  $(ROOTDIR)/ib/adapters/%:       ib/adapters/%
 413  418          $(INS.file)
 414  419  
 415  420  $(ROOTDIR)/scsi/%:              scsi/%
 416  421          $(INS.file)
 417  422  
 418  423  $(ROOTDIR)/scsi/conf/%:         scsi/conf/%
 419  424          $(INS.file)
 420  425  
 421  426  $(ROOTDIR)/scsi/generic/%:      scsi/generic/%
 422  427          $(INS.file)
 423  428  
 424  429  $(ROOTDIR)/scsi/impl/%:         scsi/impl/%
 425  430          $(INS.file)
 426  431  
 427  432  $(ROOTDIR)/scsi/targets/%:      scsi/targets/%
 428  433          $(INS.file)
 429  434  
 430  435  $(ROOTDIR)/scsi/adapters/%:     scsi/adapters/%
 431  436          $(INS.file)
 432  437  
 433  438  $(ROOTDIR)/sdcard/%:            sdcard/%
 434  439          $(INS.file)
 435  440  
 436  441  $(ROOTDIR)/sysevent/%:          sysevent/%
 437  442          $(INS.file)
 438  443  
 439  444  $(ROOTDIR)/contract/%:          contract/%
 440  445          $(INS.file)
 441  446  
 442  447  $(ROOTDIR)/usb/%:               usb/%
 443  448          $(INS.file)
 444  449  
 445  450  $(ROOTDIR)/usb/hubd/%:          usb/hubd/%
 446  451          $(INS.file)
 447  452  
 448  453  $(ROOTDIR)/usb/clients/hid/%:   usb/clients/hid/%
 449  454          $(INS.file)
 450  455  
 451  456  $(ROOTDIR)/usb/clients/mass_storage/%:  usb/clients/mass_storage/%
 452  457          $(INS.file)
 453  458  
 454  459  $(ROOTDIR)/dktp/%: dktp/%
 455  460          $(INS.file)
 456  461  
 457  462  $(ROOTDIR)/1394/%:                    1394/%
 458  463          $(INS.file)
 459  464  
 460  465  $(ROOTDIR)/rsm/%:       rsm/%
 461  466          $(INS.file)
 462  467  
 463  468  $(ROOTDIR)/tsol/%:      tsol/%
 464  469          $(INS.file)
 465  470  
 466  471  $(ROOTDIRS):
 467  472          $(INS.dir)
 468  473  
  
    | 
      ↓ open down ↓ | 
    181 lines elided | 
    
      ↑ open up ↑ | 
  
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX