blob: e6230f1bba73a640fc480f69d3f8f6176edc36f0 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the Linux Journalling Flash File System v2 (JFFS2)
3#
Artem B. Bityutskiy730554d2005-07-17 07:56:26 +01004# $Id: Makefile.common,v 1.10 2005/07/17 06:56:20 dedekind Exp $
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#
6
7obj-$(CONFIG_JFFS2_FS) += jffs2.o
8
9jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
10jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
11jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
Artem B. Bityutskiy730554d2005-07-17 07:56:26 +010012jffs2-y += super.o debug.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Andrew Victor2f82ce12005-02-09 09:24:26 +000014jffs2-$(CONFIG_JFFS2_FS_WRITEBUFFER) += wbuf.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070015jffs2-$(CONFIG_JFFS2_RUBIN) += compr_rubin.o
16jffs2-$(CONFIG_JFFS2_RTIME) += compr_rtime.o
17jffs2-$(CONFIG_JFFS2_ZLIB) += compr_zlib.o