Re: zisofs doesn't compile in 2.4.10-ac7

David Woodhouse (dwmw2@infradead.org)
Mon, 08 Oct 2001 16:32:48 +0100


kaos@ocs.com.au said:
> Against 2.4.10-ac7.

> +CFLAGS_uncompress.o := -I $(TOPDIR)/fs/inflate_fs

> +CFLAGS_compress.o := -I $(TOPDIR)/fs/inflate_fs

> +EXTRA_CFLAGS += -I $(TOPDIR)/fs/inflate_fs

Why not just move the offending file into $(TOPDIR)/include/linux instead?

While we're at it, why not move $(TOPDIR)/fs/inflate_fs/ to $(TOPDIR)/lib/zlib
too? It's not really a filesystem-specific piece of library code, is it?

--
dwmw2

- 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/