From: Charles Manning Date: Sun, 22 Apr 2012 23:37:06 +0000 (+1200) Subject: Fix compilation of python tests. X-Git-Tag: pre-driver-refactoring~17 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=8dae7f19d415e2c660f3a64c355ed5cec01f9a80 Fix compilation of python tests. Signed-off-by: Charles Manning --- diff --git a/direct/python/Makefile b/direct/python/Makefile index fce3cd0..b22a508 100644 --- a/direct/python/Makefile +++ b/direct/python/Makefile @@ -18,7 +18,7 @@ #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC -CFLAGS = -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_YAFFS2 +CFLAGS = -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_YAFFS2 -DCONFIG_YAFFS_DEFINES_TYPES CFLAGS += -DCONFIG_YAFFS_PROVIDE_DEFS -DCONFIG_YAFFSFS_PROVIDE_VALUES -DNO_Y_INLINE CFLAGS += -Wall -g $(EXTRA_COMPILE_FLAGS) -Wstrict-aliasing #CFLAGS += -fno-strict-aliasing