#
# Makefile for the Linux fatx filesystem support.
#

obj-$(CONFIG_FATX_FS) += fatx.o

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