]> Git Repo - linux.git/blame - fs/fat/Makefile
Merge tag 'amdtee-fixes-for-5.10' of git://git.linaro.org:/people/jens.wiklander...
[linux.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
This page took 0.998338 seconds and 4 git commands to generate.