Mercurial > yaffs-ecoscentric-gpl
annotate Makefile.kernel @ 422:71c8b6ae0a24
Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2
| author | Charles Manning <cdhmanning@gmail.com> |
|---|---|
| date | Fri, 07 May 2010 10:08:22 +1200 |
| 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 |
