X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2FMakefile;h=cb83a5f8f6cf89302ffb2b94738f026bfe11ec8f;hp=5de334c2d850d1fca17f551ecdf1bc865a4c3d42;hb=6a4a7bfdb19f0d608d85f0103f90c6bbd265bf58;hpb=881c78ae305f916e083200e4ae5d027997fc15f5 diff --git a/direct/Makefile b/direct/Makefile index 5de334c..cb83a5f 100644 --- a/direct/Makefile +++ b/direct/Makefile @@ -10,9 +10,9 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.3 2004-11-03 09:16:47 charles Exp $ +# $Id: Makefile,v 1.4 2004-11-16 02:36:15 charles Exp $ -CFLAGS = -Wall -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DYAFFS2_DEFINES -g +CFLAGS = -Wall -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 -g #CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations #CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline @@ -23,7 +23,7 @@ BOOTTESTOBJS = bootldtst.o yboot.o yaffs_fileem.o nand_ecc.o ALLOBJS = dtest.o nand_ecc.o yaffscfg.o yaffs_fileem.o yaffsfs.o yaffs_ramdisk.o bootldtst.o yboot.o -SYMLINKS = devextras.h yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffsinterface.h yportenv.h yaffs_tagscompat.c yaffs_tagscompat.h +SYMLINKS = devextras.h yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffsinterface.h yportenv.h yaffs_tagscompat.c yaffs_tagscompat.h yaffs_packedtags.c yaffs_packedtags.h #all: directtest2k boottest