diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-06-06 12:52:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-06-06 12:52:39 +0000 |
commit | c259b35b50096611802dd6da904d664ec4f1a057 (patch) | |
tree | 4de5c4b7528ff05a6f76ba33d18ea2fa8edf543a /target/linux/generic-2.6/files-2.6.25/fs/yaffs2/Makefile | |
parent | 4e9682caacd8c8011e7a8c821b1318478dfdb406 (diff) | |
download | upstream-c259b35b50096611802dd6da904d664ec4f1a057.tar.gz upstream-c259b35b50096611802dd6da904d664ec4f1a057.tar.bz2 upstream-c259b35b50096611802dd6da904d664ec4f1a057.zip |
[kernel] generic-2.6: sync yaffs code with the official CVS tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/files-2.6.25/fs/yaffs2/Makefile')
-rw-r--r-- | target/linux/generic-2.6/files-2.6.25/fs/yaffs2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/Makefile b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/Makefile index 73f46583f4..382ee6142c 100644 --- a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/Makefile +++ b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/Makefile @@ -5,7 +5,6 @@ obj-$(CONFIG_YAFFS_FS) += yaffs.o yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o yaffs_checkptrw.o -yaffs-y += yaffs_packedtags2.o yaffs_nand.o yaffs_qsort.o +yaffs-y += yaffs_packedtags1.o yaffs_packedtags2.o yaffs_nand.o yaffs_qsort.o yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o -yaffs-y += yaffs_mtdif1.o yaffs_packedtags1.o -yaffs-y += yaffs_mtdif.o yaffs_mtdif2.o +yaffs-y += yaffs_mtdif.o yaffs_mtdif1.o yaffs_mtdif2.o |