Mercurial > yaffs-ecoscentric
changeset 151:b9ba4e46d2e5 pre-large-nand-changes
Add missing files to make
| author | charles |
|---|---|
| date | Tue, 03 Oct 2006 03:26:58 +0100 |
| parents | ac649dc312cb |
| children | 3bc7020d669c |
| files | Makefile |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile +++ b/Makefile @@ -5,8 +5,9 @@ ifneq ($(KERNELRELEASE),) yaffs2-objs := yaffs_mtdif.o yaffs_mtdif2.o yaffs2-objs += yaffs_ecc.o yaffs_fs.o yaffs_guts.o - yaffs2-objs += yaffs_packedtags2.o + yaffs2-objs += yaffs_packedtags2.o yaffs_qsort.o yaffs2-objs += yaffs_tagscompat.o yaffs_tagsvalidity.o + yaffs2-objs += yaffs_checkptrw.o yaffs_nand.o else KERNELDIR ?= /lib/modules/$(shell uname -r)/build
