* Patch by Robert Schwebel, 15 Dec 2003:
  add support for cramfs (uses JFFS2 command interface)
diff --git a/fs/Makefile b/fs/Makefile
index 204be2c..c773003 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 \