summaryrefslogtreecommitdiffstats
path: root/fs/cramfs/Makefile
blob: 3db73d8acf884c88f470f9ecb52f5d21d4b4f190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Makefile for the linux cramfs routines.
#

O_TARGET := cramfs.o

obj-y  := inode.o uncompress.o inflate/zlib.o

obj-m := $(O_TARGET)

include $(TOPDIR)/Rules.make

inflate/zlib.o:
	make -C inflate