blob: 964b634f6667ca89a3427ee453a016285aec8cf8 [file] [log] [blame]
John Newlinb744f442016-06-21 10:48:09 -07001#
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