vfs: Avoid softlockups with sendfile(2)
[linux-2.6-block.git] / fs / fat / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux fat filesystem support.
3#
4
5obj-$(CONFIG_FAT_FS) += fat.o
990e194e
OH
6obj-$(CONFIG_VFAT_FS) += vfat.o
7obj-$(CONFIG_MSDOS_FS) += msdos.o
1da177e4 8
21b6633d 9fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
990e194e
OH
10vfat-y := namei_vfat.o
11msdos-y := namei_msdos.o