#
# Makefile for the Linux fatx filesystem routines.
#

obj-$(CONFIG_FATX_FS) += fatx.o

fatx-objs := namei.o cache.o dir.o file.o inode.o misc.o fatxfs_syms.o
