I need to use the patch below to get isofs.o to compile properly when
I don't have CONFIG_ZISOFS set. Without this patch neither branch was
being executed in that case.
Cheers,
Wayne
--- linux-2.5.5-dj2/fs/isofs/Makefile.orig Thu Feb 28 09:10:30 2002
+++ linux-2.5.5-dj2/fs/isofs/Makefile Thu Feb 28 08:44:10 2002
@@ -11,9 +11,7 @@
ifeq ( $(CONFIG_ZISOFS), y )
obj-y := compress.o namei.o inode.o dir.o util.o rock.o
-endif
-
-ifeq ( $(CONFIG_ZISOFS), n )
+else
obj-y := namei.o inode.o dir.o util.o rock.o
endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/