From dd875c767e6fb0f4fecfb799b706d84562a7acee Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 3 Jan 2004 21:24:46 +0000 Subject: * Patch by Robert Schwebel, 15 Dec 2003: add support for cramfs (uses JFFS2 command interface) --- fs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/Makefile') diff --git a/fs/Makefile b/fs/Makefile index 204be2c269..c773003737 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -22,7 +22,7 @@ # # -SUBDIRS := jffs2 fdos fat +SUBDIRS := jffs2 cramfs fdos fat .depend all: @for dir in $(SUBDIRS) ; do \ -- cgit v1.2.1