Mercurial > yaffs-ecoscentric-gpl
annotate Makefile.kernel @ 416:4cda507d908e
yaffs Clean up compilation warning
Don't compile unused functions.
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
| author | Charles Manning <cdhmanning@gmail.com> |
|---|---|
| date | Thu, 29 Apr 2010 13:35:30 +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 |
