xref: /linux/fs/fat/Makefile (revision 8fa5723aa7e053d498336b48448b292fc2e0458b)
1#
2# Makefile for the Linux fat filesystem support.
3#
4
5obj-$(CONFIG_FAT_FS) += fat.o
6
7fat-objs := cache.o dir.o fatent.o file.o inode.o misc.o
8