]> bbs.cooldavid.org Git - net-next-2.6.git/blame - fs/fat/Makefile
fs-writeback.c: unify some common code
[net-next-2.6.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
990e194e
OH
9fat-y := cache.o dir.o fatent.o file.o inode.o misc.o
10vfat-y := namei_vfat.o
11msdos-y := namei_msdos.o