summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcharles <charles>2005-04-29 18:09:16 +0000
committercharles <charles>2005-04-29 18:09:16 +0000
commita45de4a0cdc144289b3fe22d60eb7764be729b67 (patch)
tree2d89771614268b5b4ec4dc3f385c5b425a0d9b39 /Makefile
parent5593169892f36c48578d1e9cc5e7cd7dc1db0ba5 (diff)
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b9477b0..06dd925 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
-# $Id: Makefile,v 1.1 2004-12-17 23:14:51 charles Exp $
+# $Id: Makefile,v 1.2 2005-04-29 18:11:30 charles Exp $
#
## Change or override KERNELDIR to your kernel
@@ -118,7 +118,7 @@ YAFFS2_CONFIGS = $(YAFFS_CONFIGS) -DCONFIG_YAFFS_YAFFS2
CFLAGS = -D__KERNEL__ -DMODULE $(YAFFS2_CONFIGS) -I$(KERNELDIR)/include -O2 -g -Wall
-OBJS = yaffs_fs.o yaffs_guts.o yaffs_ramem.o yaffs_mtdif.o yaffs_ecc.o yaffs_tagscompat.o yaffs_ramem2k.o yaffs_packedtags2.o yaffs_mtdif2.o
+OBJS = yaffs_fs.o yaffs_guts.o yaffs_ramem.o yaffs_mtdif.o yaffs_ecc.o yaffs_tagscompat.o yaffs_ramem2k.o yaffs_packedtags2.o yaffs_mtdif2.o yaffs_tagsvalidity.o
all: yaffs.o