From: charles Date: Tue, 3 Oct 2006 02:26:58 +0000 (+0000) Subject: Add missing files to make X-Git-Tag: pre-name-change~342 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=7458406d72d761247dc994f82f9879d9f4ecee56;ds=sidebyside Add missing files to make --- diff --git a/Makefile b/Makefile index 95bcf45..72796a6 100644 --- 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