Linux-2.6.12-rc2
[deliverable/linux.git] / fs / jffs2 / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux Journalling Flash File System v2 (JFFS2)
3#
4# $Id: Makefile.common,v 1.7 2004/11/03 12:57:38 jwboyer Exp $
5#
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
12jffs2-y += super.o
13
14jffs2-$(CONFIG_JFFS2_FS_NAND) += wbuf.o
15jffs2-$(CONFIG_JFFS2_FS_NOR_ECC) += wbuf.o
16jffs2-$(CONFIG_JFFS2_RUBIN) += compr_rubin.o
17jffs2-$(CONFIG_JFFS2_RTIME) += compr_rtime.o
18jffs2-$(CONFIG_JFFS2_ZLIB) += compr_zlib.o
This page took 0.031126 seconds and 5 git commands to generate.