X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fjffs2%2FMakefile;h=1a47874c7c355112b6c9bbf521104b1183a0eb71;hb=1341115471cc16954510b0e67295468f5a32b088;hp=27eaa6a2b54f9464cc39aa66316a8ded57271710;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/fs/jffs2/Makefile b/fs/jffs2/Makefile index 27eaa6a2b..1a47874c7 100644 --- a/fs/jffs2/Makefile +++ b/fs/jffs2/Makefile @@ -1,17 +1,15 @@ # -# Makefile for the Linux Journalling Flash File System v2 (JFFS2) +# Makefile for the linux Journalling Flash FileSystem (JFFS) routines. # -# $Id: Makefile.common,v 1.6 2004/07/16 15:17:57 dwmw2 Exp $ +# $Id: Makefile,v 1.34 2002/03/08 11:27:59 dwmw2 Exp $ # obj-$(CONFIG_JFFS2_FS) += jffs2.o -jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o +jffs2-y := compr.o compr_rubin.o compr_rtime.o compr_zlib.o +jffs2-y += dir.o file.o ioctl.o nodelist.o malloc.o jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o jffs2-y += super.o jffs2-$(CONFIG_JFFS2_FS_NAND) += wbuf.o -jffs2-$(CONFIG_JFFS2_RUBIN) += compr_rubin.o -jffs2-$(CONFIG_JFFS2_RTIME) += compr_rtime.o -jffs2-$(CONFIG_JFFS2_ZLIB) += compr_zlib.o