commit | dd875c767e6fb0f4fecfb799b706d84562a7acee | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sat Jan 03 21:24:46 2004 +0000 |
committer | wdenk <wdenk> | Sat Jan 03 21:24:46 2004 +0000 |
tree | b008f2786749b0a6455d2de9a01146e0ee6453b2 | |
parent | c935d3bd8b1c7f681ad58e64bd0548e1b26a7d2f [diff] [blame] |
* 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 \