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