diff options
author | Michal Simek <monstr@monstr.eu> | 2007-09-15 00:03:35 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-09-15 00:03:35 +0200 |
commit | 991b089d1ce5ad945725e3657a8f106dfa02a38e (patch) | |
tree | 2c54f0a438a5ca915d88f8badab217b8ae993f11 /fs | |
parent | 329ff3c93862bbee281cc601db786ce35026ca4a (diff) |
Synchronize with U-BOOT mainline
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index 118ae78f2d3..273d90e011b 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -22,7 +22,7 @@ # # -SUBDIRS := romfs jffs2 cramfs fdos fat reiserfs ext2 +SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2 $(obj).depend all: @for dir in $(SUBDIRS) ; do \ |