Mercurial > yaffs-ecoscentric-gpl
annotate Makefile.kernel @ 389:10fe81fa4682
Update yaffs docs
| author | charles <charles> |
|---|---|
| date | Tue, 16 Mar 2010 03:30:45 +0000 |
| parents | 3b7c973a9771 |
| children |
| rev | line source |
|---|---|
|
50
bcf056049698
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty <marty>
parents:
diff
changeset
|
1 # |
|
bcf056049698
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty <marty>
parents:
diff
changeset
|
2 # Makefile for the linux YAFFS filesystem routines. |
|
bcf056049698
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty <marty>
parents:
diff
changeset
|
3 # |
|
bcf056049698
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty <marty>
parents:
diff
changeset
|
4 |
|
bcf056049698
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty <marty>
parents:
diff
changeset
|
5 obj-$(CONFIG_YAFFS_FS) += yaffs.o |
|
bcf056049698
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty <marty>
parents:
diff
changeset
|
6 |
|
138
5aad459890a9
Add checkpoint source to kernel compilation
charles <charles>
parents:
50
diff
changeset
|
7 yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o yaffs_checkptrw.o |
| 186 | 8 yaffs-y += yaffs_packedtags1.o yaffs_packedtags2.o yaffs_nand.o yaffs_qsort.o |
|
50
bcf056049698
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty <marty>
parents:
diff
changeset
|
9 yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o |
| 186 | 10 yaffs-y += yaffs_mtdif.o yaffs_mtdif1.o yaffs_mtdif2.o |
