]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/fat/Makefile
Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmana...
[mirror_ubuntu-artful-kernel.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
21b6633d 9fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
990e194e
OH
10vfat-y := namei_vfat.o
11msdos-y := namei_msdos.o