X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2FMakefile;h=a1c6840629ef2e8cb3b792c6d9b1986ee9faf0d6;hb=b3c672d0ac3a2ef90d28f76c81f4eecbeb3b542f;hp=22a18cda7312258be51cbbab772cf2b9b5268805;hpb=4ea0578f8af411adf56fdc1eb4af08f4e36c7eec;p=yaffs%2F.git diff --git a/direct/Makefile b/direct/Makefile index 22a18cd..a1c6840 100644 --- a/direct/Makefile +++ b/direct/Makefile @@ -10,20 +10,20 @@ # # NB Warning this Makefile does not include header dependencies. # -# $Id: Makefile,v 1.1 2003-01-21 03:32:17 charles Exp $ +# $Id: Makefile,v 1.2 2003-05-20 22:30:36 charles Exp $ CFLAGS = -Wall -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -g #CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations #CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline -DIRECTTESTOBJS = dtest.o nand_ecc.o yaffscfg.o yaffs_fileem.o yaffsfs.o yaffs_ramdisk.o yaffs_guts.o +DIRECTTESTOBJS = dtest.o yaffs_ecc.o yaffscfg.o yaffs_fileem.o yaffsfs.o yaffs_ramdisk.o yaffs_guts.o 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 nand_ecc.c yaffs_guts.c yaffs_guts.h yaffsinterface.h yportenv.h +SYMLINKS = devextras.h yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffsinterface.h yportenv.h all: directtest boottest