#
# Makefile for the linux cramfs routines.
#

obj-$(CONFIG_CRAMFS) += cramfs.o 

cramfs-$(CONFIG_ZLIB_CRAMFS) += inode.o uncompress.o
cramfs-$(CONFIG_CRAMFS_LZMA) += inode.o
