Print this page
    
Overlay fabric router
    
      
        | Split | 
	Close | 
      
      | Expand all | 
      | Collapse all | 
    
    
          --- old/usr/src/uts/common/sys/Makefile
          +++ new/usr/src/uts/common/sys/Makefile
   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
  
    | 
      ↓ open down ↓ | 
    13 lines elided | 
    
      ↑ open up ↑ | 
  
  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   21  
  22   22  #
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright 2014, Joyent, Inc. All rights reserved.
       24 +# Copyright 2018, Joyent, Inc. All rights reserved.
  25   25  # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  26   26  # Copyright 2015, Joyent, Inc. All rights reserved.
  27   27  # Copyright 2013 Saso Kiselkov. All rights reserved.
  28   28  # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
  29   29  # Copyright 2016 Nexenta Systems, Inc.
  30   30  # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  31   31  #
  32   32  
  33   33  include $(SRC)/uts/Makefile.uts
  34   34  
  35   35  FILEMODE=644
  36   36  
  37   37  #
  38   38  #       Note that the following headers are present in the kernel but
  39   39  #       neither installed or shipped as part of the product:
  40   40  #               cpuid_drv.h:            Private interface for cpuid consumers
  41   41  #               unix_bb_info.h:         Private interface to kcov
  42   42  #               nvme.h                  Private interface to nvme
  43   43  #
  44   44  
  45   45  i386_HDRS=                      \
  46   46          agp/agpamd64gart_io.h   \
  47   47          agp/agpdefs.h           \
  48   48          agp/agpgart_impl.h      \
  49   49          agp/agpmaster_io.h      \
  50   50          agp/agptarget_io.h      \
  51   51          agpgart.h               \
  52   52          asy.h                   \
  53   53          fd_debug.h              \
  54   54          fdc.h                   \
  55   55          fdmedia.h               \
  56   56          firmload.h              \
  57   57          gfx_private.h           \
  58   58          mouse.h                 \
  59   59          nvme.h                  \
  60   60          ucode.h
  61   61  
  62   62  sparc_HDRS=                     \
  63   63          mouse.h                 \
  64   64          scsi/targets/ssddef.h   \
  65   65          $(MDESCHDRS)
  66   66  
  67   67  # Generated headers
  68   68  GENHDRS=                        \
  69   69          priv_const.h            \
  70   70          priv_names.h            \
  71   71          usb/usbdevs.h
  72   72  
  73   73  CHKHDRS=                        \
  74   74          acpi_drv.h              \
  75   75          acct.h                  \
  76   76          acctctl.h               \
  77   77          acl.h                   \
  78   78          acl_impl.h              \
  79   79          aggr.h                  \
  80   80          aggr_impl.h             \
  81   81          aio.h                   \
  82   82          aio_impl.h              \
  83   83          aio_req.h               \
  84   84          aiocb.h                 \
  85   85          ascii.h                 \
  86   86          asynch.h                \
  87   87          atomic.h                \
  88   88          attr.h                  \
  89   89          audio.h                 \
  90   90          audioio.h               \
  91   91          autoconf.h              \
  92   92          auxv.h                  \
  93   93          auxv_386.h              \
  94   94          auxv_SPARC.h            \
  95   95          avl.h                   \
  96   96          avl_impl.h              \
  97   97          bitmap.h                \
  98   98          bitset.h                \
  99   99          bl.h                    \
 100  100          blkdev.h                \
 101  101          bofi.h                  \
 102  102          bofi_impl.h             \
 103  103          bpp_io.h                \
 104  104          bootstat.h              \
 105  105          brand.h                 \
 106  106          buf.h                   \
 107  107          bufmod.h                \
 108  108          bustypes.h              \
 109  109          byteorder.h             \
 110  110          callb.h                 \
 111  111          callo.h                 \
 112  112          cap_util.h              \
 113  113          cpucaps.h               \
 114  114          cpucaps_impl.h          \
 115  115          ccompile.h              \
 116  116          cdio.h                  \
 117  117          cladm.h                 \
 118  118          class.h                 \
 119  119          clconf.h                \
 120  120          clock_impl.h            \
 121  121          cmlb.h                  \
 122  122          cmn_err.h               \
 123  123          compress.h              \
 124  124          condvar.h               \
 125  125          condvar_impl.h          \
 126  126          conf.h                  \
 127  127          consdev.h               \
 128  128          console.h               \
 129  129          consplat.h              \
 130  130          vt.h                    \
 131  131          vtdaemon.h              \
 132  132          kd.h                    \
 133  133          contract.h              \
 134  134          contract_impl.h         \
 135  135          copyops.h               \
 136  136          core.h                  \
 137  137          corectl.h               \
 138  138          cpc_impl.h              \
 139  139          cpc_pcbe.h              \
 140  140          cpr.h                   \
 141  141          cpupart.h               \
 142  142          cpuvar.h                \
 143  143          crc32.h                 \
 144  144          cred.h                  \
 145  145          cred_impl.h             \
 146  146          crtctl.h                \
 147  147          cryptmod.h              \
 148  148          csiioctl.h              \
 149  149          ctf.h                   \
 150  150          ctfs.h                  \
 151  151          ctfs_impl.h             \
 152  152          ctf_api.h               \
 153  153          ctype.h                 \
 154  154          cyclic.h                \
 155  155          cyclic_impl.h           \
 156  156          dacf.h                  \
 157  157          dacf_impl.h             \
 158  158          damap.h                 \
 159  159          damap_impl.h            \
 160  160          dc_ki.h                 \
 161  161          ddi.h                   \
 162  162          ddifm.h                 \
 163  163          ddifm_impl.h            \
 164  164          ddi_hp.h                \
 165  165          ddi_hp_impl.h           \
 166  166          ddi_intr.h              \
 167  167          ddi_intr_impl.h         \
 168  168          ddi_impldefs.h          \
 169  169          ddi_implfuncs.h         \
 170  170          ddi_obsolete.h          \
 171  171          ddi_periodic.h          \
 172  172          ddidevmap.h             \
 173  173          ddidmareq.h             \
 174  174          ddimapreq.h             \
 175  175          ddipropdefs.h           \
 176  176          dditypes.h              \
 177  177          debug.h                 \
 178  178          des.h                   \
 179  179          devctl.h                \
 180  180          devcache.h              \
 181  181          devcache_impl.h         \
 182  182          devfm.h                 \
 183  183          devid_cache.h           \
 184  184          devinfo_impl.h          \
 185  185          devops.h                \
 186  186          devpolicy.h             \
 187  187          devpoll.h               \
 188  188          dirent.h                \
 189  189          disp.h                  \
 190  190          dkbad.h                 \
 191  191          dkio.h                  \
 192  192          dklabel.h               \
 193  193          dl.h                    \
 194  194          dlpi.h                  \
 195  195          dld.h                   \
 196  196          dld_impl.h              \
 197  197          dld_ioc.h               \
 198  198          dls.h                   \
 199  199          dls_mgmt.h              \
 200  200          dls_impl.h              \
 201  201          dma_i8237A.h            \
 202  202          dnlc.h                  \
 203  203          door.h                  \
 204  204          door_data.h             \
 205  205          door_impl.h             \
 206  206          dtrace.h                \
 207  207          dtrace_impl.h           \
 208  208          dumpadm.h               \
 209  209          dumphdr.h               \
 210  210          ecppsys.h               \
 211  211          ecppio.h                \
 212  212          ecppreg.h               \
 213  213          ecppvar.h               \
 214  214          edonr.h                 \
 215  215          efi_partition.h         \
 216  216          elf.h                   \
 217  217          elf_386.h               \
 218  218          elf_SPARC.h             \
 219  219          elf_notes.h             \
 220  220          elf_amd64.h             \
 221  221          elftypes.h              \
 222  222          emul64.h                \
 223  223          emul64cmd.h             \
 224  224          emul64var.h             \
 225  225          epm.h                   \
 226  226          epoll.h                 \
 227  227          errno.h                 \
 228  228          errorq.h                \
 229  229          errorq_impl.h           \
 230  230          esunddi.h               \
 231  231          ethernet.h              \
 232  232          euc.h                   \
 233  233          eucioctl.h              \
 234  234          eventfd.h               \
 235  235          exacct.h                \
 236  236          exacct_catalog.h        \
 237  237          exacct_impl.h           \
 238  238          exec.h                  \
 239  239          exechdr.h               \
 240  240          extdirent.h             \
 241  241          fault.h                 \
 242  242          fasttrap.h              \
 243  243          fasttrap_impl.h         \
 244  244          fbio.h                  \
 245  245          fbuf.h                  \
 246  246          fcntl.h                 \
 247  247          fct.h                   \
 248  248          fct_defines.h           \
 249  249          fctio.h                 \
 250  250          fdbuffer.h              \
 251  251          fdio.h                  \
 252  252          feature_tests.h         \
 253  253          fem.h                   \
 254  254          file.h                  \
 255  255          filio.h                 \
 256  256          flock.h                 \
 257  257          flock_impl.h            \
 258  258          fork.h                  \
 259  259          frameio.h               \
 260  260          fss.h                   \
 261  261          fsspriocntl.h           \
 262  262          fsid.h                  \
 263  263          fssnap.h                \
 264  264          fssnap_if.h             \
 265  265          fstyp.h                 \
 266  266          ftrace.h                \
 267  267          fx.h                    \
 268  268          fxpriocntl.h            \
 269  269          gfs.h                   \
 270  270          gld.h                   \
 271  271          gldpriv.h               \
 272  272          group.h                 \
 273  273          hdio.h                  \
 274  274          hook.h                  \
 275  275          hook_event.h            \
 276  276          hook_impl.h             \
 277  277          hwconf.h                \
 278  278          ia.h                    \
 279  279          iapriocntl.h            \
 280  280          ibpart.h                \
 281  281          id32.h                  \
 282  282          idmap.h                 \
 283  283          ieeefp.h                \
 284  284          id_space.h              \
 285  285          inotify.h               \
 286  286          instance.h              \
 287  287          int_const.h             \
 288  288          int_fmtio.h             \
 289  289          int_limits.h            \
 290  290          int_types.h             \
 291  291          inttypes.h              \
 292  292          ioccom.h                \
 293  293          ioctl.h                 \
 294  294          ipc.h                   \
 295  295          ipc_impl.h              \
 296  296          ipc_rctl.h              \
 297  297          ipd.h                   \
 298  298          ipmi.h                  \
 299  299          isa_defs.h              \
 300  300          iscsi_authclient.h      \
 301  301          iscsi_authclientglue.h  \
 302  302          iscsi_protocol.h        \
 303  303          jioctl.h                \
 304  304          kbd.h                   \
 305  305          kbdreg.h                \
 306  306          kbio.h                  \
 307  307          kcpc.h                  \
 308  308          kdi.h                   \
 309  309          kdi_impl.h              \
 310  310          kiconv.h                \
 311  311          kiconv_big5_utf8.h      \
 312  312          kiconv_cck_common.h     \
 313  313          kiconv_cp950hkscs_utf8.h        \
 314  314          kiconv_emea1.h          \
 315  315          kiconv_emea2.h          \
 316  316          kiconv_euckr_utf8.h     \
 317  317          kiconv_euctw_utf8.h     \
 318  318          kiconv_gb18030_utf8.h   \
 319  319          kiconv_gb2312_utf8.h    \
 320  320          kiconv_hkscs_utf8.h     \
 321  321          kiconv_ja.h             \
 322  322          kiconv_ja_jis_to_unicode.h      \
 323  323          kiconv_ja_unicode_to_jis.h      \
 324  324          kiconv_ko.h             \
 325  325          kiconv_latin1.h         \
 326  326          kiconv_sc.h             \
 327  327          kiconv_tc.h             \
 328  328          kiconv_uhc_utf8.h       \
 329  329          kiconv_utf8_big5.h      \
 330  330          kiconv_utf8_cp950hkscs.h        \
 331  331          kiconv_utf8_euckr.h     \
 332  332          kiconv_utf8_euctw.h     \
 333  333          kiconv_utf8_gb18030.h   \
 334  334          kiconv_utf8_gb2312.h    \
 335  335          kiconv_utf8_hkscs.h     \
 336  336          kiconv_utf8_uhc.h       \
 337  337          kidmap.h                \
 338  338          klpd.h                  \
 339  339          klwp.h                  \
 340  340          kmdb.h                  \
 341  341          kmem.h                  \
 342  342          kmem_impl.h             \
 343  343          kobj.h                  \
 344  344          kobj_impl.h             \
 345  345          ksocket.h               \
 346  346          kstat.h                 \
 347  347          kstr.h                  \
 348  348          ksyms.h                 \
 349  349          ksynch.h                \
 350  350          ldterm.h                \
 351  351          lgrp.h                  \
 352  352          lgrp_user.h             \
 353  353          libc_kernel.h           \
 354  354          limits.h                \
 355  355          link.h                  \
 356  356          list.h                  \
 357  357          list_impl.h             \
 358  358          llc1.h                  \
 359  359          loadavg.h               \
 360  360          lock.h                  \
 361  361          lockfs.h                \
 362  362          lockstat.h              \
 363  363          lofi.h                  \
 364  364          lofi_impl.h             \
 365  365          log.h                   \
 366  366          logindmux.h             \
 367  367          logindmux_impl.h        \
 368  368          lwp.h                   \
 369  369          lwp_timer_impl.h        \
 370  370          lwp_upimutex_impl.h     \
 371  371          lpif.h                  \
 372  372          mac.h                   \
 373  373          mac_client.h            \
 374  374          mac_client_impl.h       \
 375  375          mac_ether.h             \
 376  376          mac_flow.h              \
 377  377          mac_flow_impl.h         \
 378  378          mac_impl.h              \
 379  379          mac_provider.h          \
 380  380          mac_soft_ring.h         \
 381  381          mac_stat.h              \
 382  382          machelf.h               \
 383  383          map.h                   \
 384  384          md4.h                   \
 385  385          md5.h                   \
 386  386          md5_consts.h            \
 387  387          mdi_impldefs.h          \
 388  388          mem.h                   \
 389  389          mem_config.h            \
 390  390          memlist.h               \
 391  391          mkdev.h                 \
 392  392          mhd.h                   \
 393  393          mii.h                   \
 394  394          miiregs.h               \
 395  395          mixer.h                 \
 396  396          mman.h                  \
 397  397          mmapobj.h               \
 398  398          mntent.h                \
 399  399          mntio.h                 \
 400  400          mnttab.h                \
 401  401          modctl.h                \
 402  402          mode.h                  \
 403  403          model.h                 \
 404  404          modhash.h               \
 405  405          modhash_impl.h          \
 406  406          mount.h                 \
 407  407          mouse.h                 \
 408  408          msacct.h                \
 409  409          msg.h                   \
 410  410          msg_impl.h              \
 411  411          msio.h                  \
 412  412          msreg.h                 \
 413  413          mtio.h                  \
 414  414          multidata.h             \
 415  415          multidata_impl.h        \
 416  416          mutex.h                 \
 417  417          nbmlock.h               \
 418  418          ndifm.h                 \
 419  419          ndi_impldefs.h          \
 420  420          net80211.h              \
 421  421          net80211_amrr.h         \
 422  422          net80211_crypto.h       \
 423  423          net80211_ht.h           \
 424  424          net80211_proto.h        \
 425  425          netconfig.h             \
 426  426          neti.h                  \
 427  427          netstack.h              \
 428  428          nexusdefs.h             \
 429  429          note.h                  \
 430  430          null.h                  \
 431  431          nvme.h                  \
  
    | 
      ↓ open down ↓ | 
    397 lines elided | 
    
      ↑ open up ↑ | 
  
 432  432          nvpair.h                \
 433  433          nvpair_impl.h           \
 434  434          objfs.h                 \
 435  435          objfs_impl.h            \
 436  436          ontrap.h                \
 437  437          open.h                  \
 438  438          openpromio.h            \
 439  439          overlay.h               \
 440  440          overlay_common.h        \
 441  441          overlay_target.h        \
      442 +        overlay_router.h        \
 442  443          panic.h                 \
 443  444          param.h                 \
 444  445          pathconf.h              \
 445  446          pathname.h              \
 446  447          pattr.h                 \
 447  448          queue.h                 \
 448  449          serializer.h            \
 449  450          pbio.h                  \
 450  451          pccard.h                \
 451  452          pci.h                   \
 452  453          pcie.h                  \
 453  454          pci_impl.h              \
 454  455          pci_tools.h             \
 455  456          pcmcia.h                \
 456  457          pctypes.h               \
 457  458          pfmod.h                 \
 458  459          pg.h                    \
 459  460          pghw.h                  \
 460  461          physmem.h               \
 461  462          pkp_hash.h              \
 462  463          pm.h                    \
 463  464          policy.h                \
 464  465          poll.h                  \
 465  466          poll_impl.h             \
 466  467          pool.h                  \
 467  468          pool_impl.h             \
 468  469          pool_pset.h             \
 469  470          port.h                  \
 470  471          port_impl.h             \
 471  472          port_kernel.h           \
 472  473          portif.h                \
 473  474          ppmio.h                 \
 474  475          pppt_ic_if.h            \
 475  476          pppt_ioctl.h            \
 476  477          priocntl.h              \
 477  478          priv.h                  \
 478  479          priv_impl.h             \
 479  480          prnio.h                 \
 480  481          proc.h                  \
 481  482          processor.h             \
 482  483          procfs.h                \
 483  484          procset.h               \
 484  485          project.h               \
 485  486          protosw.h               \
 486  487          prsystm.h               \
 487  488          pset.h                  \
 488  489          pshot.h                 \
 489  490          ptem.h                  \
 490  491          ptms.h                  \
 491  492          ptyvar.h                \
 492  493          raidioctl.h             \
 493  494          ramdisk.h               \
 494  495          random.h                \
 495  496          rctl.h                  \
 496  497          rctl_impl.h             \
 497  498          rds.h                   \
 498  499          reboot.h                \
 499  500          refstr.h                \
 500  501          refstr_impl.h           \
 501  502          resource.h              \
 502  503          rlioctl.h               \
 503  504          rt.h                    \
 504  505          rtpriocntl.h            \
 505  506          rwlock.h                \
 506  507          rwlock_impl.h           \
 507  508          rwstlock.h              \
 508  509          sad.h                   \
 509  510          schedctl.h              \
 510  511          sdt.h                   \
 511  512          secflags.h              \
 512  513          select.h                \
 513  514          sem.h                   \
 514  515          sem_impl.h              \
 515  516          sema_impl.h             \
 516  517          semaphore.h             \
 517  518          sendfile.h              \
 518  519          ser_sync.h              \
 519  520          session.h               \
 520  521          sha1.h                  \
 521  522          sha1_consts.h           \
 522  523          sha2.h                  \
 523  524          sha2_consts.h           \
 524  525          share.h                 \
 525  526          shm.h                   \
 526  527          shm_impl.h              \
 527  528          sid.h                   \
 528  529          siginfo.h               \
 529  530          signal.h                \
 530  531          signalfd.h              \
 531  532          skein.h                 \
 532  533          sleepq.h                \
 533  534          smbios.h                \
 534  535          smbios_impl.h           \
 535  536          sobject.h               \
 536  537          socket.h                \
 537  538          socket_impl.h           \
 538  539          socket_proto.h          \
 539  540          socketvar.h             \
 540  541          sockfilter.h            \
 541  542          sockio.h                \
 542  543          soundcard.h             \
 543  544          squeue.h                \
 544  545          squeue_impl.h           \
 545  546          srn.h                   \
 546  547          sservice.h              \
 547  548          stat.h                  \
 548  549          statfs.h                \
 549  550          statvfs.h               \
 550  551          stdbool.h               \
 551  552          stddef.h                \
 552  553          stdint.h                \
 553  554          stermio.h               \
 554  555          stmf.h                  \
 555  556          stmf_defines.h          \
 556  557          stmf_ioctl.h            \
 557  558          stmf_sbd_ioctl.h        \
 558  559          stream.h                \
 559  560          strft.h                 \
 560  561          strlog.h                \
 561  562          strmdep.h               \
 562  563          stropts.h               \
 563  564          strredir.h              \
 564  565          strstat.h               \
 565  566          strsubr.h               \
 566  567          strsun.h                \
 567  568          strtty.h                \
 568  569          sunddi.h                \
 569  570          sunldi.h                \
 570  571          sunldi_impl.h           \
 571  572          sunmdi.h                \
 572  573          sunndi.h                \
 573  574          sunos_dhcp_class.h      \
 574  575          sunpm.h                 \
 575  576          suntpi.h                \
 576  577          suntty.h                \
 577  578          swap.h                  \
 578  579          synch.h                 \
 579  580          sysdc.h                 \
 580  581          sysdc_impl.h            \
 581  582          syscall.h               \
 582  583          sysconf.h               \
 583  584          sysconfig.h             \
 584  585          sysevent.h              \
 585  586          sysevent_impl.h         \
 586  587          sysinfo.h               \
 587  588          syslog.h                \
 588  589          sysmacros.h             \
 589  590          sysmsg_impl.h           \
 590  591          systeminfo.h            \
 591  592          systm.h                 \
 592  593          task.h                  \
 593  594          taskq.h                 \
 594  595          taskq_impl.h            \
 595  596          t_kuser.h               \
 596  597          t_lock.h                \
 597  598          telioctl.h              \
 598  599          termio.h                \
 599  600          termios.h               \
 600  601          termiox.h               \
 601  602          thread.h                \
 602  603          ticlts.h                \
 603  604          ticots.h                \
 604  605          ticotsord.h             \
 605  606          tihdr.h                 \
 606  607          time.h                  \
 607  608          time_impl.h             \
 608  609          time_std_impl.h         \
 609  610          timeb.h                 \
 610  611          timer.h                 \
 611  612          timerfd.h               \
 612  613          times.h                 \
 613  614          timex.h                 \
 614  615          timod.h                 \
 615  616          tirdwr.h                \
 616  617          tiuser.h                \
 617  618          tl.h                    \
 618  619          tnf.h                   \
 619  620          tnf_com.h               \
 620  621          tnf_probe.h             \
 621  622          tnf_writer.h            \
 622  623          todio.h                 \
 623  624          tpicommon.h             \
 624  625          ts.h                    \
 625  626          tspriocntl.h            \
 626  627          ttcompat.h              \
 627  628          ttold.h                 \
 628  629          tty.h                   \
 629  630          ttychars.h              \
 630  631          ttydev.h                \
 631  632          tuneable.h              \
 632  633          turnstile.h             \
 633  634          types.h                 \
 634  635          types32.h               \
 635  636          tzfile.h                \
 636  637          u8_textprep.h           \
 637  638          u8_textprep_data.h      \
 638  639          uadmin.h                \
 639  640          ucred.h                 \
 640  641          uio.h                   \
 641  642          ulimit.h                \
 642  643          un.h                    \
 643  644          unistd.h                \
 644  645          user.h                  \
 645  646          ustat.h                 \
 646  647          utime.h                 \
 647  648          utsname.h               \
 648  649          utssys.h                \
 649  650          uuid.h                  \
 650  651          va_impl.h               \
 651  652          va_list.h               \
 652  653          var.h                   \
 653  654          varargs.h               \
 654  655          vfs.h                   \
 655  656          vfs_opreg.h             \
 656  657          vfstab.h                \
 657  658          vgareg.h                \
 658  659          videodev2.h             \
 659  660          visual_io.h             \
 660  661          vlan.h                  \
 661  662          vm.h                    \
 662  663          vm_usage.h              \
 663  664          vmem.h                  \
 664  665          vmem_impl.h             \
 665  666          vmsystm.h               \
 666  667          vnd.h                   \
 667  668          vnd_errno.h             \
 668  669          vnic.h                  \
 669  670          vnic_impl.h             \
 670  671          vnode.h                 \
 671  672          vscan.h                 \
 672  673          vtoc.h                  \
 673  674          vtrace.h                \
 674  675          vuid_event.h            \
 675  676          vuid_wheel.h            \
 676  677          vuid_queue.h            \
 677  678          vuid_state.h            \
 678  679          vuid_store.h            \
 679  680          vxlan.h                 \
 680  681          wait.h                  \
 681  682          waitq.h                 \
 682  683          watchpoint.h            \
 683  684          winlockio.h             \
 684  685          zcons.h                 \
 685  686          zfd.h                   \
 686  687          zone.h                  \
 687  688          xti_inet.h              \
 688  689          xti_osi.h               \
 689  690          xti_xtiopt.h            \
 690  691          zmod.h
 691  692  
 692  693  HDRS=                           \
 693  694          $(GENHDRS)              \
 694  695          $(CHKHDRS)
 695  696  
 696  697  AUDIOHDRS=                      \
 697  698          ac97.h                  \
 698  699          audio_common.h          \
 699  700          audio_driver.h          \
 700  701          audio_oss.h             \
 701  702          g711.h
 702  703  
 703  704  AVHDRS=                         \
 704  705          iec61883.h
 705  706  
 706  707  BSCHDRS=                        \
 707  708          bscbus.h                \
 708  709          bscv_impl.h             \
 709  710          lom_ebuscodes.h         \
 710  711          lom_io.h                \
 711  712          lom_priv.h              \
 712  713          lombus.h
 713  714  
 714  715  MDESCHDRS=                      \
 715  716          mdesc.h                 \
 716  717          mdesc_impl.h            
 717  718  
 718  719  CPUDRVHDRS=                     \
 719  720          cpudrv.h
 720  721  
 721  722  CRYPTOHDRS=                     \
 722  723          elfsign.h               \
 723  724          ioctl.h                 \
 724  725          ioctladmin.h            \
 725  726          common.h                \
 726  727          impl.h                  \
 727  728          spi.h                   \
 728  729          api.h                   \
 729  730          ops_impl.h              \
 730  731          sched_impl.h
 731  732  
 732  733  DCAMHDRS=                       \
 733  734          dcam1394_io.h
 734  735  
 735  736  IBHDRS=                 \
 736  737          ib_types.h      \
 737  738          ib_pkt_hdrs.h
 738  739  
 739  740  IBTLHDRS=               \
 740  741          ibtl_types.h    \
 741  742          ibtl_status.h   \
 742  743          ibti.h          \
 743  744          ibti_cm.h       \
 744  745          ibci.h          \
 745  746          ibti_common.h   \
 746  747          ibvti.h         \
 747  748          ibtl_ci_types.h
 748  749  
 749  750  IBTLIMPLHDRS=           \
 750  751          ibtl_util.h
 751  752  
 752  753  IBNEXHDRS=              \
 753  754          ibnex_devctl.h
 754  755  
 755  756  IBMFHDRS=               \
 756  757          ibmf.h          \
 757  758          ibmf_msg.h      \
 758  759          ibmf_saa.h      \
 759  760          ibmf_utils.h
 760  761  
 761  762  IBMGTHDRS=              \
 762  763          ib_dm_attr.h    \
 763  764          ib_mad.h        \
 764  765          sm_attr.h       \
 765  766          sa_recs.h
 766  767  
 767  768  IBDHDRS=                \
 768  769          ibd.h
 769  770  
 770  771  OFHDRS=                 \
 771  772          ofa_solaris.h   \
 772  773          ofed_kernel.h
 773  774  
 774  775  RDMAHDRS=               \
 775  776          ib_addr.h       \
 776  777          ib_user_mad.h   \
 777  778          ib_user_sa.h    \
 778  779          ib_user_verbs.h \
 779  780          ib_verbs.h      \
 780  781          rdma_cm.h       \
 781  782          rdma_user_cm.h
 782  783  
 783  784  SOL_UVERBSHDRS=         \
 784  785          sol_uverbs.h    \
 785  786          sol_uverbs2ucma.h       \
 786  787          sol_uverbs_comp.h       \
 787  788          sol_uverbs_hca.h        \
 788  789          sol_uverbs_qp.h         \
 789  790          sol_uverbs_event.h
 790  791  
 791  792  SOL_UMADHDRS=           \
 792  793          sol_umad.h
 793  794  
 794  795  SOL_UCMAHDRS=           \
 795  796          sol_ucma.h      \
 796  797          sol_rdma_user_cm.h
 797  798  
 798  799  SOL_OFSHDRS=            \
 799  800          sol_cma.h       \
 800  801          sol_ib_cma.h    \
 801  802          sol_ofs_common.h        \
 802  803          sol_kverb_impl.h
 803  804  
 804  805  TAVORHDRS=              \
 805  806          tavor_ioctl.h
 806  807  
 807  808  HERMONHDRS=             \
 808  809          hermon_ioctl.h
 809  810  
 810  811  MLNXHDRS=               \
 811  812          mlnx_umap.h
 812  813  
 813  814  IDMHDRS=                \
 814  815          idm.h           \
 815  816          idm_impl.h      \
 816  817          idm_so.h        \
 817  818          idm_text.h      \
 818  819          idm_transport.h \
 819  820          idm_conn_sm.h
 820  821  
 821  822  ISCSITHDRS=             \
 822  823          radius_packet.h         \
 823  824          radius_protocol.h       \
 824  825          chap.h                  \
 825  826          isns_protocol.h         \
 826  827          iscsi_if.h              \
 827  828          iscsit_common.h
 828  829  
 829  830  ISOHDRS=                        \
 830  831          signal_iso.h
 831  832  
 832  833  FMHDRS=                         \
 833  834          protocol.h              \
 834  835          util.h
 835  836  
 836  837  FMFSHDRS=                       \
 837  838          zfs.h
 838  839  
 839  840  FMIOHDRS=                       \
 840  841          ddi.h                   \
 841  842          disk.h                  \
 842  843          pci.h                   \
 843  844          scsi.h                  \
 844  845          sun4upci.h              \
 845  846          opl_mc_fm.h
 846  847  
 847  848  FSHDRS=                         \
 848  849          autofs.h                \
 849  850          decomp.h                \
 850  851          dv_node.h               \
 851  852          fifonode.h              \
 852  853          hsfs_isospec.h          \
 853  854          hsfs_node.h             \
 854  855          hsfs_rrip.h             \
 855  856          hsfs_spec.h             \
 856  857          hsfs_susp.h             \
 857  858          hyprlofs.h              \
 858  859          hyprlofs_info.h         \
 859  860          lofs_info.h             \
 860  861          lofs_node.h             \
 861  862          mntdata.h               \
 862  863          namenode.h              \
 863  864          pc_dir.h                \
 864  865          pc_fs.h                 \
 865  866          pc_label.h              \
 866  867          pc_node.h               \
 867  868          pxfs_ki.h               \
 868  869          sdev_impl.h             \
 869  870          sdev_plugin.h           \
 870  871          snode.h                 \
 871  872          swapnode.h              \
 872  873          tmp.h                   \
 873  874          tmpnode.h               \
 874  875          udf_inode.h             \
 875  876          udf_volume.h            \
 876  877          ufs_acl.h               \
 877  878          ufs_bio.h               \
 878  879          ufs_filio.h             \
 879  880          ufs_fs.h                \
 880  881          ufs_fsdir.h             \
 881  882          ufs_inode.h             \
 882  883          ufs_lockfs.h            \
 883  884          ufs_log.h               \
 884  885          ufs_mount.h             \
 885  886          ufs_panic.h             \
 886  887          ufs_prot.h              \
 887  888          ufs_quota.h             \
 888  889          ufs_snap.h              \
 889  890          ufs_trans.h             \
 890  891          zfs.h                   \
 891  892          zut.h
 892  893  
 893  894  SCSIHDRS=               \
 894  895          scsi.h          \
 895  896          scsi_address.h  \
 896  897          scsi_ctl.h      \
 897  898          scsi_fm.h       \
 898  899          scsi_names.h    \
 899  900          scsi_params.h   \
 900  901          scsi_pkt.h      \
 901  902          scsi_resource.h \
 902  903          scsi_types.h    \
 903  904          scsi_watch.h
 904  905  
 905  906  SCSICONFHDRS=           \
 906  907          autoconf.h      \
 907  908          device.h
 908  909  
 909  910  SCSIGENHDRS=            \
 910  911          commands.h      \
 911  912          dad_mode.h      \
 912  913          inquiry.h       \
 913  914          message.h       \
 914  915          mode.h          \
 915  916          persist.h       \
 916  917          sense.h         \
 917  918          sff_frames.h    \
 918  919          smp_frames.h    \
 919  920          status.h
 920  921  
 921  922  SCSIIMPLHDRS=           \
 922  923          commands.h      \
 923  924          inquiry.h       \
 924  925          mode.h          \
 925  926          scsi_reset_notify.h \
 926  927          scsi_sas.h      \
 927  928          sense.h         \
 928  929          services.h      \
 929  930          smp_transport.h \
 930  931          spc3_types.h    \
 931  932          status.h        \
 932  933          transport.h     \
 933  934          types.h         \
 934  935          uscsi.h         \
 935  936          usmp.h
 936  937  
 937  938  SCSITARGETSHDRS=        \
 938  939          ses.h           \
 939  940          sesio.h         \
 940  941          sgendef.h       \
 941  942          stdef.h         \
 942  943          sddef.h         \
 943  944          smp.h
 944  945  
 945  946  SCSIADHDRS=
 946  947  
 947  948  SCSICADHDRS=
 948  949  
 949  950  SCSIISCSIHDRS=          \
 950  951          iscsi_door.h    \
 951  952          iscsi_if.h
 952  953  
 953  954  SCSIVHCIHDRS=           \
 954  955          scsi_vhci.h     \
 955  956          mpapi_impl.h    \
 956  957          mpapi_scsi_vhci.h
 957  958  
 958  959  SDCARDHDRS=             \
 959  960          sda.h           \
 960  961          sda_impl.h      \
 961  962          sda_ioctl.h
 962  963  
 963  964  FC4HDRS=                        \
 964  965          fc_transport.h  \
 965  966          linkapp.h       \
 966  967          fc.h            \
 967  968          fcp.h           \
 968  969          fcal_transport.h \
 969  970          fcal.h          \
 970  971          fcal_linkapp.h  \
 971  972          fcio.h
 972  973  
 973  974  FCHDRS=                 \
 974  975          fc.h            \
 975  976          fcio.h          \
 976  977          fc_types.h      \
 977  978          fc_appif.h
 978  979  
 979  980  FCIMPLHDRS=             \
 980  981          fc_error.h      \
 981  982          fcph.h
 982  983  
 983  984  FCULPHDRS=              \
 984  985          fcp_util.h      \
 985  986          fcsm.h
 986  987  
 987  988  SATAGENHDRS=            \
 988  989          sata_hba.h      \
 989  990          sata_defs.h     \
 990  991          sata_cfgadm.h
 991  992  
 992  993  SYSEVENTHDRS=           \
 993  994          ap_driver.h     \
 994  995          datalink.h      \
 995  996          dev.h           \
 996  997          domain.h        \
 997  998          dr.h            \
 998  999          env.h           \
 999 1000          eventdefs.h     \
1000 1001          ipmp.h          \
1001 1002          pwrctl.h        \
1002 1003          vrrp.h
1003 1004  
1004 1005  CONTRACTHDRS=           \
1005 1006          process.h       \
1006 1007          process_impl.h  \
1007 1008          device.h        \
1008 1009          device_impl.h
1009 1010  
1010 1011  USBHDRS=        \
1011 1012          usba.h  \
1012 1013          usbai.h
1013 1014  
1014 1015  USBAUDHDRS=           \
1015 1016          usb_audio.h
1016 1017  
1017 1018  USBHUBDHDRS=            \
1018 1019          hub.h           \
1019 1020          hubd_impl.h
1020 1021  
1021 1022  USBHIDHDRS=             \
1022 1023          hid.h
1023 1024  
1024 1025  USBMSHDRS=              \
1025 1026          usb_bulkonly.h  \
1026 1027          usb_cbi.h
1027 1028  
1028 1029  USBPRNHDRS=           \
1029 1030          usb_printer.h
1030 1031  
1031 1032  USBCDCHDRS=             \
1032 1033          usb_cdc.h
1033 1034  
1034 1035  USBVIDHDRS=           \
1035 1036          usbvc.h
1036 1037  
1037 1038  USBWCMHDRS=             \
1038 1039          usbwcm.h
1039 1040  
1040 1041  UGENHDRS=           \
1041 1042          usb_ugen.h
1042 1043  
1043 1044  HOTPLUGHDRS=    \
1044 1045          hpcsvc.h        \
1045 1046          hpctrl.h
1046 1047  
1047 1048  HOTPLUGPCIHDRS= \
1048 1049          pcicfg.h        \
1049 1050          pcihp.h
1050 1051  
1051 1052  RSMHDRS= \
1052 1053          rsm.h   \
1053 1054          rsm_common.h    \
1054 1055          rsmapi_common.h \
1055 1056          rsmpi.h \
1056 1057          rsmpi_driver.h  \
1057 1058          rsmka_path_int.h
1058 1059  
1059 1060  TSOLHDRS=               \
1060 1061          label.h         \
1061 1062          label_macro.h   \
1062 1063          priv.h          \
1063 1064          tndb.h          \
1064 1065          tsyscall.h
1065 1066  
1066 1067  I1394HDRS=              \
1067 1068          cmd1394.h       \
1068 1069          id1394.h        \
1069 1070          ieee1212.h      \
1070 1071          ieee1394.h      \
1071 1072          ixl1394.h       \
1072 1073          s1394_impl.h    \
1073 1074          t1394.h
1074 1075  
1075 1076  # "cmdk" headers used on sparc
1076 1077  SDKTPHDRS=              \
1077 1078          dadkio.h        \
1078 1079          fdisk.h
1079 1080  
1080 1081  # "cmdk" headers used on i386
1081 1082  DKTPHDRS=               \
1082 1083          altsctr.h       \
1083 1084          bbh.h           \
1084 1085          cm.h            \
1085 1086          cmdev.h         \
1086 1087          cmdk.h          \
1087 1088          cmpkt.h         \
1088 1089          controller.h    \
1089 1090          dadev.h         \
1090 1091          dadk.h          \
1091 1092          dadkio.h        \
1092 1093          fctypes.h       \
1093 1094          fdisk.h         \
1094 1095          flowctrl.h      \
1095 1096          gda.h           \
1096 1097          quetypes.h      \
1097 1098          queue.h         \
1098 1099          tgcom.h         \
1099 1100          tgdk.h
1100 1101  
1101 1102  # "pc" header files used on i386
1102 1103  PCHDRS=                 \
1103 1104          avintr.h        \
1104 1105          dma_engine.h    \
1105 1106          i8272A.h        \
1106 1107          pcic_reg.h      \
1107 1108          pcic_var.h      \
1108 1109          pic.h           \
1109 1110          pit.h           \
1110 1111          rtc.h
1111 1112  
1112 1113  NXGEHDRS=                       \
1113 1114          nxge.h                  \
1114 1115          nxge_common.h           \
1115 1116          nxge_common_impl.h      \
1116 1117          nxge_defs.h             \
1117 1118          nxge_hw.h               \
1118 1119          nxge_impl.h             \
1119 1120          nxge_ipp.h              \
1120 1121          nxge_ipp_hw.h           \
1121 1122          nxge_mac.h              \
1122 1123          nxge_mac_hw.h           \
1123 1124          nxge_fflp.h             \
1124 1125          nxge_fflp_hw.h          \
1125 1126          nxge_mii.h              \
1126 1127          nxge_rxdma.h            \
1127 1128          nxge_rxdma_hw.h         \
1128 1129          nxge_txc.h              \
1129 1130          nxge_txc_hw.h           \
1130 1131          nxge_txdma.h            \
1131 1132          nxge_txdma_hw.h         \
1132 1133          nxge_virtual.h          \
1133 1134          nxge_espc.h
1134 1135  
1135 1136  include Makefile.syshdrs
1136 1137  
1137 1138  dcam/%.check:   dcam/%.h
1138 1139          $(DOT_H_CHECK)
1139 1140  
1140 1141  CHECKHDRS=                                              \
1141 1142          $($(MACH)_HDRS:%.h=%.check)                     \
1142 1143          $(AUDIOHDRS:%.h=audio/%.check)                  \
1143 1144          $(AVHDRS:%.h=av/%.check)                        \
1144 1145          $(BSCHDRS:%.h=%.check)                          \
1145 1146          $(CHKHDRS:%.h=%.check)                          \
1146 1147          $(CPUDRVHDRS:%.h=%.check)                       \
1147 1148          $(CRYPTOHDRS:%.h=crypto/%.check)                \
1148 1149          $(DCAMHDRS:%.h=dcam/%.check)                    \
1149 1150          $(FC4HDRS:%.h=fc4/%.check)                      \
1150 1151          $(FCHDRS:%.h=fibre-channel/%.check)             \
1151 1152          $(FCIMPLHDRS:%.h=fibre-channel/impl/%.check)    \
1152 1153          $(FCULPHDRS:%.h=fibre-channel/ulp/%.check)      \
1153 1154          $(IBHDRS:%.h=ib/%.check)                        \
1154 1155          $(IBDHDRS:%.h=ib/clients/ibd/%.check)           \
1155 1156          $(IBTLHDRS:%.h=ib/ibtl/%.check)                 \
1156 1157          $(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check)        \
1157 1158          $(IBNEXHDRS:%.h=ib/ibnex/%.check)       \
1158 1159          $(IBMGTHDRS:%.h=ib/mgt/%.check)                 \
1159 1160          $(IBMFHDRS:%.h=ib/mgt/ibmf/%.check)             \
1160 1161          $(OFHDRS:%.h=ib/clients/of/%.check)                     \
1161 1162          $(RDMAHDRS:%.h=ib/clients/of/rdma/%.check)              \
1162 1163          $(SOL_UVERBSHDRS:%.h=ib/clients/of/sol_uverbs/%.check)  \
1163 1164          $(SOL_UCMAHDRS:%.h=ib/clients/of/sol_ucma/%.check)      \
1164 1165          $(SOL_OFSHDRS:%.h=ib/clients/of/sol_ofs/%.check)        \
1165 1166          $(TAVORHDRS:%.h=ib/adapters/tavor/%.check)      \
1166 1167          $(HERMONHDRS:%.h=ib/adapters/hermon/%.check)    \
1167 1168          $(MLNXHDRS:%.h=ib/adapters/%.check)             \
1168 1169          $(IDMHDRS:%.h=idm/%.check)                      \
1169 1170          $(ISCSIHDRS:%.h=iscsi/%.check)                  \
1170 1171          $(ISCSITHDRS:%.h=iscsit/%.check)                        \
1171 1172          $(ISOHDRS:%.h=iso/%.check)                      \
1172 1173          $(FMHDRS:%.h=fm/%.check)                        \
1173 1174          $(FMFSHDRS:%.h=fm/fs/%.check)                   \
1174 1175          $(FMIOHDRS:%.h=fm/io/%.check)                   \
1175 1176          $(FSHDRS:%.h=fs/%.check)                        \
1176 1177          $(SCSIHDRS:%.h=scsi/%.check)                    \
1177 1178          $(SCSIADHDRS:%.h=scsi/adapters/%.check)         \
1178 1179          $(SCSICONFHDRS:%.h=scsi/conf/%.check)           \
1179 1180          $(SCSIIMPLHDRS:%.h=scsi/impl/%.check)           \
1180 1181          $(SCSIISCSIHDRS:%.h=scsi/adapters/%.check)      \
1181 1182          $(SCSIGENHDRS:%.h=scsi/generic/%.check)         \
1182 1183          $(SCSITARGETSHDRS:%.h=scsi/targets/%.check)     \
1183 1184          $(SCSIVHCIHDRS:%.h=scsi/adapters/%.check)       \
1184 1185          $(SATAGENHDRS:%.h=sata/%.check)                 \
1185 1186          $(SDCARDHDRS:%.h=sdcard/%.check)                \
1186 1187          $(SYSEVENTHDRS:%.h=sysevent/%.check)            \
1187 1188          $(CONTRACTHDRS:%.h=contract/%.check)            \
1188 1189          $(USBAUDHDRS:%.h=usb/clients/audio/%.check)   \
1189 1190          $(USBHUBDHDRS:%.h=usb/hubd/%.check)             \
1190 1191          $(USBHIDHDRS:%.h=usb/clients/hid/%.check)       \
1191 1192          $(USBMSHDRS:%.h=usb/clients/mass_storage/%.check)       \
1192 1193          $(USBPRNHDRS:%.h=usb/clients/printer/%.check)   \
1193 1194          $(USBCDCHDRS:%.h=usb/clients/usbcdc/%.check)    \
1194 1195          $(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check)   \
1195 1196          $(USBWCMHDRS:%.h=usb/clients/usbinput/usbwcm/%.check)   \
1196 1197          $(UGENHDRS:%.h=usb/clients/ugen/%.check)   \
1197 1198          $(USBHDRS:%.h=usb/%.check)                      \
1198 1199          $(I1394HDRS:%.h=1394/%.check)                   \
1199 1200          $(RSMHDRS:%.h=rsm/%.check)                      \
1200 1201          $(TSOLHDRS:%.h=tsol/%.check)                    \
1201 1202          $(NXGEHDRS:%.h=nxge/%.check)
1202 1203  
1203 1204  
1204 1205  .KEEP_STATE:
1205 1206  
1206 1207  .PARALLEL:                      \
1207 1208          $(CHECKHDRS)            \
1208 1209          $(ROOTHDRS)             \
1209 1210          $(ROOTAUDHDRS)          \
1210 1211          $(ROOTAVHDRS)           \
1211 1212          $(ROOTCRYPTOHDRS)       \
1212 1213          $(ROOTDCAMHDRS)         \
1213 1214          $(ROOTISOHDRS)          \
1214 1215          $(ROOTIDMHDRS)          \
1215 1216          $(ROOTISCSIHDRS)        \
1216 1217          $(ROOTISCSITHDRS)       \
1217 1218          $(ROOTFC4HDRS)          \
1218 1219          $(ROOTFCHDRS)           \
1219 1220          $(ROOTFCIMPLHDRS)       \
1220 1221          $(ROOTFCULPHDRS)        \
1221 1222          $(ROOTFMHDRS)           \
1222 1223          $(ROOTFMIOHDRS)         \
1223 1224          $(ROOTFMFSHDRS)         \
1224 1225          $(ROOTFSHDRS)           \
1225 1226          $(ROOTIBDHDRS)          \
1226 1227          $(ROOTIBHDRS)           \
1227 1228          $(ROOTIBTLHDRS)         \
1228 1229          $(ROOTIBTLIMPLHDRS)     \
1229 1230          $(ROOTIBNEXHDRS)        \
1230 1231          $(ROOTIBMGTHDRS)        \
1231 1232          $(ROOTIBMFHDRS)         \
1232 1233          $(ROOTOFHDRS)           \
1233 1234          $(ROOTRDMAHDRS)         \
1234 1235          $(ROOTSOL_OFSHDRS)      \
1235 1236          $(ROOTSOL_UMADHDRS)     \
1236 1237          $(ROOTSOL_UVERBSHDRS)   \
1237 1238          $(ROOTSOL_UCMAHDRS)     \
1238 1239          $(ROOTTAVORHDRS)        \
1239 1240          $(ROOTHERMONHDRS)       \
1240 1241          $(ROOTMLNXHDRS)         \
1241 1242          $(ROOTSCSIHDRS)         \
1242 1243          $(ROOTSCSIADHDRS)       \
1243 1244          $(ROOTSCSICONFHDRS)     \
1244 1245          $(ROOTSCSIISCSIHDRS)    \
1245 1246          $(ROOTSCSIGENHDRS)      \
1246 1247          $(ROOTSCSIIMPLHDRS)     \
1247 1248          $(ROOTSCSIVHCIHDRS)     \
1248 1249          $(ROOTSDCARDHDRS)       \
1249 1250          $(ROOTSYSEVENTHDRS)     \
1250 1251          $(ROOTCONTRACTHDRS)     \
1251 1252          $(ROOTUSBHDRS)          \
1252 1253          $(ROOTUWBHDRS)          \
1253 1254          $(ROOTUWBAHDRS)         \
1254 1255          $(ROOTUSBAUDHDRS)       \
1255 1256          $(ROOTUSBHUBDHDRS)      \
1256 1257          $(ROOTUSBHIDHDRS)       \
1257 1258          $(ROOTUSBHRCHDRS)       \
1258 1259          $(ROOTUSBMSHDRS)        \
1259 1260          $(ROOTUSBPRNHDRS)       \
1260 1261          $(ROOTUSBCDCHDRS)       \
1261 1262          $(ROOTUSBVIDHDRS)       \
1262 1263          $(ROOTUSBWCMHDRS)       \
1263 1264          $(ROOTUGENHDRS)         \
1264 1265          $(ROOT1394HDRS)         \
1265 1266          $(ROOTHOTPLUGHDRS)      \
1266 1267          $(ROOTHOTPLUGPCIHDRS)   \
1267 1268          $(ROOTRSMHDRS)          \
1268 1269          $(ROOTTSOLHDRS)         \
1269 1270          $($(MACH)_ROOTHDRS)
1270 1271  
1271 1272  
1272 1273  install_h:                      \
1273 1274          $(ROOTDIRS)             \
1274 1275          .WAIT                   \
1275 1276          $(ROOTHDRS)             \
1276 1277          $(ROOTAUDHDRS)          \
1277 1278          $(ROOTAVHDRS)           \
1278 1279          $(ROOTCRYPTOHDRS)       \
1279 1280          $(ROOTDCAMHDRS)         \
1280 1281          $(ROOTISOHDRS)          \
1281 1282          $(ROOTIDMHDRS)          \
1282 1283          $(ROOTISCSIHDRS)        \
1283 1284          $(ROOTISCSITHDRS)       \
1284 1285          $(ROOTFC4HDRS)          \
1285 1286          $(ROOTFCHDRS)           \
1286 1287          $(ROOTFCIMPLHDRS)       \
1287 1288          $(ROOTFCULPHDRS)        \
1288 1289          $(ROOTFMHDRS)           \
1289 1290          $(ROOTFMFSHDRS)         \
1290 1291          $(ROOTFMIOHDRS)         \
1291 1292          $(ROOTFSHDRS)           \
1292 1293          $(ROOTIBDHDRS)          \
1293 1294          $(ROOTIBHDRS)           \
1294 1295          $(ROOTIBTLHDRS)         \
1295 1296          $(ROOTIBTLIMPLHDRS)     \
1296 1297          $(ROOTIBNEXHDRS)        \
1297 1298          $(ROOTIBMGTHDRS)        \
1298 1299          $(ROOTIBMFHDRS)         \
1299 1300          $(ROOTOFHDRS)           \
1300 1301          $(ROOTRDMAHDRS)         \
1301 1302          $(ROOTSOL_OFSHDRS)      \
1302 1303          $(ROOTSOL_UMADHDRS)     \
1303 1304          $(ROOTSOL_UVERBSHDRS)   \
1304 1305          $(ROOTSOL_UCMAHDRS)     \
1305 1306          $(ROOTTAVORHDRS)        \
1306 1307          $(ROOTHERMONHDRS)       \
1307 1308          $(ROOTMLNXHDRS)         \
1308 1309          $(ROOTSCSIHDRS)         \
1309 1310          $(ROOTSCSIADHDRS)       \
1310 1311          $(ROOTSCSIISCSIHDRS)    \
1311 1312          $(ROOTSCSICONFHDRS)     \
1312 1313          $(ROOTSCSIGENHDRS)      \
1313 1314          $(ROOTSCSIIMPLHDRS)     \
1314 1315          $(ROOTSCSIVHCIHDRS)     \
1315 1316          $(ROOTSDCARDHDRS)       \
1316 1317          $(ROOTSYSEVENTHDRS)     \
1317 1318          $(ROOTCONTRACTHDRS)     \
1318 1319          $(ROOTUWBHDRS)          \
1319 1320          $(ROOTUWBAHDRS)         \
1320 1321          $(ROOTUSBHDRS)          \
1321 1322          $(ROOTUSBAUDHDRS)       \
1322 1323          $(ROOTUSBHUBDHDRS)      \
1323 1324          $(ROOTUSBHIDHDRS)       \
1324 1325          $(ROOTUSBHRCHDRS)       \
1325 1326          $(ROOTUSBMSHDRS)        \
1326 1327          $(ROOTUSBPRNHDRS)       \
1327 1328          $(ROOTUSBCDCHDRS)       \
1328 1329          $(ROOTUSBVIDHDRS)       \
1329 1330          $(ROOTUSBWCMHDRS)       \
1330 1331          $(ROOTUGENHDRS)         \
1331 1332          $(ROOT1394HDRS)         \
1332 1333          $(ROOTHOTPLUGHDRS)      \
1333 1334          $(ROOTHOTPLUGPCIHDRS)   \
1334 1335          $(ROOTRSMHDRS)          \
1335 1336          $(ROOTTSOLHDRS)         \
1336 1337          $($(MACH)_ROOTHDRS)
1337 1338  
1338 1339  all_h: $(GENHDRS)
1339 1340  
1340 1341  priv_const.h: $(PRIVS_AWK) $(PRIVS_DEF)
1341 1342          $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
1342 1343  
1343 1344  priv_names.h: $(PRIVS_AWK) $(PRIVS_DEF)
1344 1345          $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
1345 1346  
1346 1347  usb/usbdevs.h: $(USBDEVS_AWK) $(USBDEVS_DATA)
1347 1348          $(AWK) -f $(USBDEVS_AWK) $(USBDEVS_DATA) -H > $@
1348 1349  
1349 1350  clean:
1350 1351          $(RM) $(GENHDRS)
1351 1352  
1352 1353  clobber: clean
1353 1354  
1354 1355  check:  $(CHECKHDRS)
1355 1356  
1356 1357  FRC:
  
    | 
      ↓ open down ↓ | 
    905 lines elided | 
    
      ↑ open up ↑ | 
  
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX