commit | e24ebad651fa839f654dcb18755318c5eeade9dc | [log] [tgz] |
---|---|---|
author | William Juul <william.juul@datarespons.no> | Thu Nov 15 12:23:57 2007 +0100 |
committer | Scott Wood <scottwood@freescale.com> | Tue Aug 12 11:31:19 2008 -0500 |
tree | 829e4954f6d1b0976734c0d2ef2b2bbd173d7572 | |
parent | c051bbed7a362abf64134ff241afc09bb8feacd5 [diff] [blame] |
Incorporate yaffs2 into U-boot To use YAFFS2 define CONFIG_YAFFS2 Signed-off-by: William Juul <william.juul@tandberg.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
diff --git a/fs/Makefile b/fs/Makefile index 273d90e..48cf1d2 100644 --- a/fs/Makefile +++ b/fs/Makefile
@@ -22,7 +22,7 @@ # # -SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2 +SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2 yaffs2/direct $(obj).depend all: @for dir in $(SUBDIRS) ; do \