xref: /openbmc/linux/fs/fat/Makefile (revision b0d4adaf)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for the Linux fat filesystem support.
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
61da177e4SLinus Torvaldsobj-$(CONFIG_FAT_FS) += fat.o
7990e194eSOGAWA Hirofumiobj-$(CONFIG_VFAT_FS) += vfat.o
8990e194eSOGAWA Hirofumiobj-$(CONFIG_MSDOS_FS) += msdos.o
91da177e4SLinus Torvalds
1021b6633dSSteven J. Magnanifat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
11990e194eSOGAWA Hirofumivfat-y := namei_vfat.o
12990e194eSOGAWA Hirofumimsdos-y := namei_msdos.o
13*b0d4adafSDavid Gow
14*b0d4adafSDavid Gowobj-$(CONFIG_FAT_KUNIT_TEST) += fat_test.o
15