#
# Makefile for the linux axfs routines
#

obj-$(CONFIG_AXFS) += axfs.o

axfs-objs := axfs_inode.o axfs_super.o axfs_uncompress.o

obj-$(CONFIG_AXFS_PROFILING) += axfs_profiling.o
obj-$(CONFIG_SNSC_DEBUG_AXFS) += axfs_xip_profile.o
