From: <z7...@us...> - 2007-02-21 12:14:05
|
Revision: 863 http://svn.sourceforge.net/hackndev/?rev=863&view=rev Author: z72ka Date: 2007-02-21 04:14:02 -0800 (Wed, 21 Feb 2007) Log Message: ----------- Sorry... fixed Makefile for squashfs Modified Paths: -------------- linux4palm/linux/trunk/fs/Makefile Modified: linux4palm/linux/trunk/fs/Makefile =================================================================== --- linux4palm/linux/trunk/fs/Makefile 2007-02-21 09:49:01 UTC (rev 862) +++ linux4palm/linux/trunk/fs/Makefile 2007-02-21 12:14:02 UTC (rev 863) @@ -68,6 +68,7 @@ obj-$(CONFIG_JBD2) += jbd2/ obj-$(CONFIG_EXT2_FS) += ext2/ obj-$(CONFIG_CRAMFS) += cramfs/ +obj-$(CONFIG_SQUASHFS) += squashfs/ obj-$(CONFIG_RAMFS) += ramfs/ obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ obj-$(CONFIG_CODA_FS) += coda/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |