X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2FMakefile;h=5822116c36c3484e12867bd306f4708bef45aa62;hp=fce3cd0e2dfdee294680e182f58d23225c0e8df1;hb=87b33ecd1898c99b9aa2b0abcbb3e6002d6b3532;hpb=65181386582a6257c55c1d114c82697d7a35231c diff --git a/direct/python/Makefile b/direct/python/Makefile index fce3cd0..5822116 100644 --- a/direct/python/Makefile +++ b/direct/python/Makefile @@ -14,11 +14,10 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.6 2010-02-17 00:51:15 charles Exp $ #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 @@ -54,7 +53,7 @@ YAFFSLIBOBJS = $(COMMONTESTOBJS) yaffs_python_helper.o YAFFSDIRECTSYMLINKS = \ yaffsfs.c yaffsfs.h yaffscfg.h yaffs_osglue.h ydirectenv.h \ - yaffs_flashif.c yaffs_flashif.h yaffs_flashif2.h yaffs_list.h \ + yaffs_flashif.h yaffs_flashif2.h yaffs_list.h \ yaffs_nandif.c yaffs_nandif.h yaffs_qsort.c yaffs_nandemul2k.h \ yportenv.h yaffs_attribs.c \ yaffs_hweight.c yaffs_hweight.h \