summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2009-09-23 17:29:56 -0700
committerRebecca Schultz Zavin <rebecca@android.com>2009-09-23 17:29:56 -0700
commit602f6390d4f5b7105aa5869193af5bd09550e8dd (patch)
tree2322ca9650119da959e1811646b04f43732ea990
parent60d7a5d90e475ba32005300994300bc8bec296bc (diff)
downloadyaffs2-602f6390d4f5b7105aa5869193af5bd09550e8dd.tar.gz
Change-Id: I6dba4f62acc1f8bc0f0c986b9edcc83b06bbc420 Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 1d4013d..370ec42 100644
--- a/Android.mk
+++ b/Android.mk
@@ -6,9 +6,10 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
yaffs2/utils/mkyaffs2image.c \
yaffs2/yaffs_packedtags2.c \
+ yaffs2/yaffs_ecc.c \
yaffs2/yaffs_tagsvalidity.c
-LOCAL_CFLAGS = -O2 -Wall -DCONFIG_YAFFS_UTIL
+LOCAL_CFLAGS = -O2 -Wall -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DOES_ECC
LOCAL_CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
LOCAL_CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline