X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2FMakefile;h=a65312fd4855c458e482cb927d8cee3d98880127;hb=40c386c7a14ebfa8afc14562f3b33a416831b26d;hp=a65c0e6e86220a8e6b43477af4914a7c2816faa6;hpb=bc2bd8f4d574016dbb741320d60901bd13bda01f;p=yaffs2.git diff --git a/direct/Makefile b/direct/Makefile index a65c0e6..a65312f 100644 --- a/direct/Makefile +++ b/direct/Makefile @@ -14,7 +14,7 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.16 2008-05-05 07:58:58 charles Exp $ +# $Id: Makefile,v 1.17 2008-07-02 20:17:41 charles Exp $ #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC @@ -27,7 +27,7 @@ CFLAGS += -Wall -g $(EXTRA_COMPILE_FLAGS) #CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline -DIRECTTESTOBJS = dtest.o yaffscfg2k.o yaffs_ecc.o yaffs_fileem2k.o yaffsfs.o yaffs_guts.o \ +DIRECTTESTOBJS = dtest.o yaffscfg2k.o yaffs_ecc.o yaffs_fileem.o yaffs_fileem2k.o yaffsfs.o yaffs_guts.o \ yaffs_packedtags1.o yaffs_ramdisk.o yaffs_ramem2k.o \ yaffs_tagscompat.o yaffs_packedtags2.o yaffs_tagsvalidity.o yaffs_nand.o \ yaffs_checkptrw.o yaffs_qsort.o \