#
# Makefile for the Linux fatx (Xbox) filesystem support.
#

obj-$(CONFIG_FATX_FS) += fatx.o

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