home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / fs / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  3.6 KB  |  113 lines

  1. #
  2. # Makefile for the Linux filesystems.
  3. #
  4. # 14 Sep 2000, Christoph Hellwig <hch@infradead.org>
  5. # Rewritten to use lists instead of if-statements.
  6.  
  7. obj-y :=    open.o read_write.o file_table.o buffer.o  bio.o super.o \
  8.         block_dev.o char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \
  9.         ioctl.o readdir.o select.o fifo.o locks.o dcache.o inode.o \
  10.         attr.o bad_inode.o file.o filesystems.o namespace.o aio.o \
  11.         seq_file.o xattr.o libfs.o fs-writeback.o mpage.o direct-io.o \
  12.         ioprio.o pnode.o drop_caches.o splice.o sync.o
  13.  
  14. obj-$(CONFIG_INOTIFY)        += inotify.o
  15. obj-$(CONFIG_EPOLL)        += eventpoll.o
  16. obj-$(CONFIG_COMPAT)        += compat.o compat_ioctl.o
  17.  
  18. nfsd-$(CONFIG_NFSD)        := nfsctl.o
  19. obj-y                += $(nfsd-y) $(nfsd-m)
  20.  
  21. obj-$(CONFIG_BINFMT_AOUT)    += binfmt_aout.o
  22. obj-$(CONFIG_BINFMT_EM86)    += binfmt_em86.o
  23. obj-$(CONFIG_BINFMT_MISC)    += binfmt_misc.o
  24.  
  25. # binfmt_script is always there
  26. obj-y                += binfmt_script.o
  27.  
  28. obj-$(CONFIG_BINFMT_ELF)    += binfmt_elf.o
  29. obj-$(CONFIG_BINFMT_ELF_FDPIC)    += binfmt_elf_fdpic.o
  30. obj-$(CONFIG_BINFMT_SOM)    += binfmt_som.o
  31. obj-$(CONFIG_BINFMT_FLAT)    += binfmt_flat.o
  32.  
  33. obj-$(CONFIG_FS_MBCACHE)    += mbcache.o
  34. obj-$(CONFIG_FS_POSIX_ACL)    += posix_acl.o xattr_acl.o
  35. obj-$(CONFIG_NFS_COMMON)    += nfs_common/
  36.  
  37. obj-$(CONFIG_QUOTA)        += dquot.o
  38. obj-$(CONFIG_QFMT_V1)        += quota_v1.o
  39. obj-$(CONFIG_QFMT_V2)        += quota_v2.o
  40. obj-$(CONFIG_QUOTACTL)        += quota.o
  41.  
  42. obj-$(CONFIG_DNOTIFY)        += dnotify.o
  43.  
  44. obj-$(CONFIG_PROC_FS)        += proc/
  45. obj-y                += partitions/
  46. obj-$(CONFIG_SYSFS)        += sysfs/
  47. obj-$(CONFIG_CONFIGFS_FS)    += configfs/
  48. obj-y                += devpts/
  49.  
  50. obj-$(CONFIG_PROFILING)        += dcookies.o
  51. obj-$(CONFIG_DLM)        += dlm/
  52.  
  53. # Do not add any filesystems before this line
  54. obj-$(CONFIG_REISERFS_FS)    += reiserfs/
  55. obj-$(CONFIG_EXT3_FS)        += ext3/ # Before ext2 so root fs can be ext3
  56. obj-$(CONFIG_JBD)        += jbd/
  57. obj-$(CONFIG_EXT2_FS)        += ext2/
  58. obj-$(CONFIG_CRAMFS)        += cramfs/
  59. obj-$(CONFIG_SQUASHFS)        += squashfs/
  60. obj-$(CONFIG_RAMFS)        += ramfs/
  61. obj-$(CONFIG_HUGETLBFS)        += hugetlbfs/
  62. obj-$(CONFIG_CODA_FS)        += coda/
  63. obj-$(CONFIG_MINIX_FS)        += minix/
  64. obj-$(CONFIG_FAT_FS)        += fat/
  65. obj-$(CONFIG_MSDOS_FS)        += msdos/
  66. obj-$(CONFIG_VFAT_FS)        += vfat/
  67. obj-$(CONFIG_BFS_FS)        += bfs/
  68. obj-$(CONFIG_ISO9660_FS)    += isofs/
  69. obj-$(CONFIG_DEVFS_FS)        += devfs/
  70. obj-$(CONFIG_HFSPLUS_FS)    += hfsplus/ # Before hfs to find wrapped HFS+
  71. obj-$(CONFIG_HFS_FS)        += hfs/
  72. obj-$(CONFIG_VXFS_FS)        += freevxfs/
  73. obj-$(CONFIG_NFS_FS)        += nfs/
  74. obj-$(CONFIG_EXPORTFS)        += exportfs/
  75. obj-$(CONFIG_NFSD)        += nfsd/
  76. obj-$(CONFIG_LOCKD)        += lockd/
  77. obj-$(CONFIG_NLS)        += nls/
  78. obj-$(CONFIG_SYSV_FS)        += sysv/
  79. obj-$(CONFIG_SMB_FS)        += smbfs/
  80. obj-$(CONFIG_CIFS)        += cifs/
  81. obj-$(CONFIG_NCP_FS)        += ncpfs/
  82. obj-$(CONFIG_HPFS_FS)        += hpfs/
  83. obj-$(CONFIG_NTFS_FS)        += ntfs/
  84. obj-$(CONFIG_UFS_FS)        += ufs/
  85. obj-$(CONFIG_EFS_FS)        += efs/
  86. obj-$(CONFIG_JFFS_FS)        += jffs/
  87. obj-$(CONFIG_JFFS2_FS)        += jffs2/
  88. obj-$(CONFIG_AFFS_FS)        += affs/
  89. obj-$(CONFIG_ASFS_FS)        += asfs/
  90. obj-$(CONFIG_ROMFS_FS)        += romfs/
  91. obj-$(CONFIG_QNX4FS_FS)        += qnx4/
  92. obj-$(CONFIG_AUTOFS_FS)        += autofs/
  93. obj-$(CONFIG_AUTOFS4_FS)    += autofs4/
  94. obj-$(CONFIG_ADFS_FS)        += adfs/
  95. obj-$(CONFIG_FUSE_FS)        += fuse/
  96. obj-$(CONFIG_UDF_FS)        += udf/
  97. obj-$(CONFIG_SUN_OPENPROMFS)    += openpromfs/
  98. obj-$(CONFIG_JFS_FS)        += jfs/
  99. obj-$(CONFIG_XFS_FS)        += xfs/
  100. obj-$(CONFIG_9P_FS)        += 9p/
  101. obj-$(CONFIG_AFS_FS)        += afs/
  102. obj-$(CONFIG_BEFS_FS)        += befs/
  103. obj-$(CONFIG_HOSTFS)        += hostfs/
  104. obj-$(CONFIG_HPPFS)        += hppfs/
  105. obj-$(CONFIG_DEBUG_FS)        += debugfs/
  106. obj-$(CONFIG_OCFS2_FS)        += ocfs2/
  107. obj-$(CONFIG_UNION_FS)          += unionfs/
  108. obj-$(CONFIG_OCFS2_FS)        += ocfs2/
  109. obj-$(CONFIG_GFS2_FS)           += gfs2/
  110. obj-$(CONFIG_GFS_FS)        += gfs/
  111. obj-$(CONFIG_DAZUKO)        += dazuko/
  112.