#
# Makefile for the linux cramfs routines.
#

O_TARGET := cramfs.o

obj-y  := inode.o uncompress.o

obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make
