1#
2# Makefile for the linux cramfs routines.
3#
4
5O_TARGET := cramfs.o
6
7obj-y  := inode.o uncompress.o
8
9obj-m := $(O_TARGET)
10
11CFLAGS_uncompress.o := -I $(TOPDIR)/fs/inflate_fs
12
13include $(TOPDIR)/Rules.make
14