#
# Makefile for the Linux fat filesystem support.
#

obj-$(CONFIG_FAT_FS) += fat.o

fat-objs := cache.o dir.o fatent.o file.o inode.o misc.o

fat-$(CONFIG_SNSC_FS_FAT_GC)	+= gc.o
fat-$(CONFIG_SNSC_FS_FAT_FILEIO_TRACE) += snsc_fileio_trace.o
