#
# Makefile for the linux vfat-filesystem routines.
#

obj-$(CONFIG_VFAT_FS) += vfat.o

vfat-objs := namei.o vfatfs_syms.o
