xref: /linux/fs/fat/Makefile (revision a382c9694c2a8fb0d9525fa3289c1c7eeee73ae8)
1#
2# Makefile for the Linux fat filesystem support.
3#
4
5obj-$(CONFIG_FAT_FS) += fat.o
6obj-$(CONFIG_VFAT_FS) += vfat.o
7obj-$(CONFIG_MSDOS_FS) += msdos.o
8
9fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
10vfat-y := namei_vfat.o
11msdos-y := namei_msdos.o
12