Mercurial > yaffs-ecoscentric
comparison Makefile.kernel @ 52:9fff486c54cb
Added files that support the ability to "patchin" yaffs2 into the 2.6
kernel tree so that it can be compiled there. Makefile.kernel and
patch-ker.sh will need to be edited when the source tree is reorganized.
| author | marty |
|---|---|
| date | Sun, 31 Jul 2005 10:04:13 +0100 |
| parents | |
| children | 1ac3b3f66ac1 |
comparison
equal
deleted
inserted
replaced
| 51:6a3faa645b1b | 52:9fff486c54cb |
|---|---|
| 1 # | |
| 2 # Makefile for the linux YAFFS filesystem routines. | |
| 3 # | |
| 4 | |
| 5 obj-$(CONFIG_YAFFS_FS) += yaffs.o | |
| 6 | |
| 7 yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o | |
| 8 yaffs-y += yaffs_packedtags2.o | |
| 9 yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o | |
| 10 yaffs-y += yaffs_mtdif.o yaffs_mtdif2.o |
