MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / fs / jffs2 / Makefile
blob77dc5561a04e7def0490e1fa3af3634945726bf0
2 # Makefile for the Linux Journalling Flash File System v2 (JFFS2)
4 # $Id: Makefile.common,v 1.11 2005/09/07 08:34:53 havasi 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 debug.o
14 jffs2-$(CONFIG_JFFS2_FS_WRITEBUFFER) += wbuf.o
15 jffs2-$(CONFIG_JFFS2_RUBIN) += compr_rubin.o
16 jffs2-$(CONFIG_JFFS2_RTIME) += compr_rtime.o
17 jffs2-$(CONFIG_JFFS2_ZLIB) += compr_zlib.o
18 jffs2-$(CONFIG_JFFS2_SUMMARY) += summary.o