Messages in this thread |  | | Subject | Re: [PATCH] 2.4.10-ac3: fs/cramfs/Makefile | Date | Tue, 2 Oct 2001 23:33:37 +0100 (BST) | From | Alan Cox <> |
| |
> O_TARGET := cramfs.o > > -obj-y := inode.o uncompress.o > +obj-y := inode.o uncompress.o ../inflate_fs/inflate_fs.o > > obj-m := $(O_TARGET)
ugghhhhhhhh
subdir-$(CONFIG_ZLIB_FS_INFLATE) += inflate_fs
So all you need to do is ensure CONFIG_ZLIB_FS_INFLATE is set right for cramfs
and the logic in fs/config.in looks irght to me, but make you want to check it
Alan - 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/
|  |