--- zzzz-none-000/linux-2.4.17/fs/jffs2/Makefile 2001-10-04 22:13:18.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/fs/jffs2/Makefile 2004-11-24 13:22:18.000000000 +0000 @@ -1,7 +1,7 @@ # # Makefile for the linux Journalling Flash FileSystem (JFFS) routines. # -# $Id: Makefile,v 1.25 2001/09/25 20:59:41 dwmw2 Exp $ +# $Id: Makefile,v 1.1.1.1 2003/06/23 22:18:37 jharrell Exp $ # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here @@ -11,7 +11,10 @@ COMPR_OBJS := compr.o compr_rubin.o compr_rtime.o pushpull.o \ - compr_zlib.o zlib.o + compr_zlib.o +ifndef CONFIG_ZLIB +COMPR_OBJS += zlib.o +endif JFFS2_OBJS := crc32.o dir.o file.o ioctl.o nodelist.o malloc.o \ read.o nodemgmt.o readinode.o super.o write.o scan.o gc.o \ symlink.o build.o erase.o background.o