Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvhart/linux...
[deliverable/linux.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
This page took 1.163872 seconds and 5 git commands to generate.