autofs: comment on selinux changes needed for module autoload
[linux-block.git] / fs / fat / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the Linux fat filesystem support.
4#
5
6obj-$(CONFIG_FAT_FS) += fat.o
990e194e
OH
7obj-$(CONFIG_VFAT_FS) += vfat.o
8obj-$(CONFIG_MSDOS_FS) += msdos.o
1da177e4 9
21b6633d 10fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
990e194e
OH
11vfat-y := namei_vfat.o
12msdos-y := namei_msdos.o