[PATCH] I2C: New hardware monitoring driver: w83627ehf
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / fs / jffs2 / Makefile
blobe3c38ccf9c7d86fe9b9b503c25937ff2e1ffee31
2 # Makefile for the Linux Journalling Flash File System v2 (JFFS2)
4 # $Id: Makefile.common,v 1.7 2004/11/03 12:57:38 jwboyer Exp $
7 obj-$(CONFIG_JFFS2_FS) += jffs2.o
9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
10 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
11 jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
12 jffs2-y += super.o
14 jffs2-$(CONFIG_JFFS2_FS_NAND) += wbuf.o
15 jffs2-$(CONFIG_JFFS2_FS_NOR_ECC) += wbuf.o
16 jffs2-$(CONFIG_JFFS2_RUBIN) += compr_rubin.o
17 jffs2-$(CONFIG_JFFS2_RTIME) += compr_rtime.o
18 jffs2-$(CONFIG_JFFS2_ZLIB) += compr_zlib.o