Mercurial > yaffs-ecoscentric
annotate Makefile.kernel @ 322:1206ae06f03d
More python example stuff
| author | charles |
|---|---|
| date | Tue, 13 Oct 2009 04:20:05 +0100 |
| parents | e2070ca1f010 |
| children |
| rev | line source |
|---|---|
|
52
9fff486c54cb
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty
parents:
diff
changeset
|
1 # |
|
9fff486c54cb
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty
parents:
diff
changeset
|
2 # Makefile for the linux YAFFS filesystem routines. |
|
9fff486c54cb
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty
parents:
diff
changeset
|
3 # |
|
9fff486c54cb
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty
parents:
diff
changeset
|
4 |
|
9fff486c54cb
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty
parents:
diff
changeset
|
5 obj-$(CONFIG_YAFFS_FS) += yaffs.o |
|
9fff486c54cb
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty
parents:
diff
changeset
|
6 |
| 144 | 7 yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o yaffs_checkptrw.o |
| 192 | 8 yaffs-y += yaffs_packedtags1.o yaffs_packedtags2.o yaffs_nand.o yaffs_qsort.o |
|
52
9fff486c54cb
Added files that support the ability to "patchin" yaffs2 into the 2.6
marty
parents:
diff
changeset
|
9 yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o |
| 192 | 10 yaffs-y += yaffs_mtdif.o yaffs_mtdif1.o yaffs_mtdif2.o |
