[JFFS2] Add support for JFFS2-on-Dataflash devices.
[deliverable/linux.git] / fs / jffs2 / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux Journalling Flash File System v2 (JFFS2)
3#
8f15fd55 4# $Id: Makefile.common,v 1.8 2005/02/09 09:17:40 pavlov Exp $
1da177e4
LT
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
8f15fd55 16jffs2-$(CONFIG_JFFS2_FS_DATAFLASH) += wbuf.o
1da177e4
LT
17jffs2-$(CONFIG_JFFS2_RUBIN) += compr_rubin.o
18jffs2-$(CONFIG_JFFS2_RTIME) += compr_rtime.o
19jffs2-$(CONFIG_JFFS2_ZLIB) += compr_zlib.o
This page took 0.037021 seconds and 5 git commands to generate.