summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2009-09-23 21:26:14 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-09-23 21:26:14 -0700
commit40ba050eed6c6960f542d52791f4dce8735a0b49 (patch)
tree7895fd7d4e1c2d47424860b91f92700fe6e1a011
parent1d26090fc5b0118a3333b0ad76a8ca5844905106 (diff)
parent602f6390d4f5b7105aa5869193af5bd09550e8dd (diff)
downloadyaffs2-40ba050eed6c6960f542d52791f4dce8735a0b49.tar.gz
am 602f6390: Change mkyaffs2 to write SW ECC for tags.
Merge commit '602f6390d4f5b7105aa5869193af5bd09550e8dd' into eclair-plus-aosp * commit '602f6390d4f5b7105aa5869193af5bd09550e8dd': Change mkyaffs2 to write SW ECC for tags.
-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