diff options
author | William Juul | 2007-11-19 14:46:00 +0100 |
---|---|---|
committer | Scott Wood | 2008-08-12 11:31:21 -0500 |
commit | 43ea36fb8fdcbc6e26f0caffe808c63633b18838 (patch) | |
tree | 4212249e16d33eb7f1b10539917ed933d0ee4ad3 /fs/Makefile | |
parent | 98824ce3f95e6c4d08d439b779c0acb0048045a6 (diff) |
moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
Signed-off-by: William Juul <william.juul@tandberg.com>
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index 48cf1d2c3a8..95ac0e93fe2 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -22,7 +22,7 @@ # # -SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2 yaffs2/direct +SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2 yaffs2 $(obj).depend all: @for dir in $(SUBDIRS) ; do \ |