Print this page
6198 Let's EOL cachefs


   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2013, Joyent, Inc. All rights reserved.
  24 # Copyright 2013 Garrett D'Amore <garrett@damore.org>

  25 #
  26 
  27 include $(SRC)/uts/Makefile.uts
  28 
  29 FILEMODE=644
  30 
  31 #
  32 #       Note that the following headers are present in the kernel but
  33 #       neither installed or shipped as part of the product:
  34 #               cpuid_drv.h:            Private interface for cpuid consumers
  35 #               unix_bb_info.h:         Private interface to kcov
  36 #
  37 
  38 i386_HDRS=                      \
  39         agp/agpamd64gart_io.h   \
  40         agp/agpdefs.h           \
  41         agp/agpgart_impl.h      \
  42         agp/agpmaster_io.h      \
  43         agp/agptarget_io.h      \
  44         agpgart.h               \


 826         $(LVMHDRS)              \
 827         $(DERIVED_LVMHDRS)
 828 
 829 FMHDRS=                         \
 830         protocol.h              \
 831         util.h
 832 
 833 FMFSHDRS=                       \
 834         zfs.h
 835 
 836 FMIOHDRS=                       \
 837         ddi.h                   \
 838         disk.h                  \
 839         pci.h                   \
 840         scsi.h                  \
 841         sun4upci.h              \
 842         opl_mc_fm.h
 843 
 844 FSHDRS=                         \
 845         autofs.h                \
 846         cachefs_dir.h           \
 847         cachefs_dlog.h          \
 848         cachefs_filegrp.h       \
 849         cachefs_fs.h            \
 850         cachefs_fscache.h       \
 851         cachefs_ioctl.h         \
 852         cachefs_log.h           \
 853         decomp.h                \
 854         dv_node.h               \
 855         sdev_impl.h             \
 856         fifonode.h              \
 857         hsfs_isospec.h          \
 858         hsfs_node.h             \
 859         hsfs_rrip.h             \
 860         hsfs_spec.h             \
 861         hsfs_susp.h             \
 862         lofs_info.h             \
 863         lofs_node.h             \
 864         mntdata.h               \
 865         namenode.h              \
 866         pc_dir.h                \
 867         pc_fs.h                 \
 868         pc_label.h              \
 869         pc_node.h               \
 870         pxfs_ki.h               \
 871         snode.h                 \
 872         swapnode.h              \




   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23 # Copyright 2013, Joyent, Inc. All rights reserved.
  24 # Copyright 2013 Garrett D'Amore <garrett@damore.org>
  25 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  26 #
  27 
  28 include $(SRC)/uts/Makefile.uts
  29 
  30 FILEMODE=644
  31 
  32 #
  33 #       Note that the following headers are present in the kernel but
  34 #       neither installed or shipped as part of the product:
  35 #               cpuid_drv.h:            Private interface for cpuid consumers
  36 #               unix_bb_info.h:         Private interface to kcov
  37 #
  38 
  39 i386_HDRS=                      \
  40         agp/agpamd64gart_io.h   \
  41         agp/agpdefs.h           \
  42         agp/agpgart_impl.h      \
  43         agp/agpmaster_io.h      \
  44         agp/agptarget_io.h      \
  45         agpgart.h               \


 827         $(LVMHDRS)              \
 828         $(DERIVED_LVMHDRS)
 829 
 830 FMHDRS=                         \
 831         protocol.h              \
 832         util.h
 833 
 834 FMFSHDRS=                       \
 835         zfs.h
 836 
 837 FMIOHDRS=                       \
 838         ddi.h                   \
 839         disk.h                  \
 840         pci.h                   \
 841         scsi.h                  \
 842         sun4upci.h              \
 843         opl_mc_fm.h
 844 
 845 FSHDRS=                         \
 846         autofs.h                \







 847         decomp.h                \
 848         dv_node.h               \
 849         sdev_impl.h             \
 850         fifonode.h              \
 851         hsfs_isospec.h          \
 852         hsfs_node.h             \
 853         hsfs_rrip.h             \
 854         hsfs_spec.h             \
 855         hsfs_susp.h             \
 856         lofs_info.h             \
 857         lofs_node.h             \
 858         mntdata.h               \
 859         namenode.h              \
 860         pc_dir.h                \
 861         pc_fs.h                 \
 862         pc_label.h              \
 863         pc_node.h               \
 864         pxfs_ki.h               \
 865         snode.h                 \
 866         swapnode.h              \