X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2FMakefile;h=f798ce91c54d4b7a48bc23fc6b4bc57c2e023727;hb=84f122f301b6a27295641fcbde3a6fbcfea78a99;hp=22a772d96f09491b6ec588b5bbe98127469062b9;hpb=73a3c763b22ab4e330dfea929e5df5c7c6c42432;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/Makefile b/direct/timothy_tests/quick_tests/Makefile index 22a772d..f798ce9 100644 --- a/direct/timothy_tests/quick_tests/Makefile +++ b/direct/timothy_tests/quick_tests/Makefile @@ -41,7 +41,8 @@ COMMONTESTOBJS = yaffscfg2k.o yaffs_osglue.o yaffs_hweight.o \ yaffs_bitmap.o \ yaffs_yaffs1.o \ yaffs_yaffs2.o \ - yaffs_verify.o + yaffs_verify.o \ + yaffs_error.o # yaffs_checkptrwtest.o\ @@ -114,10 +115,7 @@ TESTFILES = quick_tests.o lib.o \ YAFFSTESTOBJS = $(COMMONTESTOBJS) $(TESTFILES) -PYTONOSYMLINKS = yaffs_error_converter.c yaffs_error_converter.h -PYTHONOBJS = yaffs_error_converter.o - -ALLOBJS = $(sort $(YAFFSTESTOBJS)) $(PYTHONOBJS) +ALLOBJS = $(sort $(YAFFSTESTOBJS)) YAFFSSYMLINKS = yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffs_tagscompat.c yaffs_tagscompat.h \ yaffs_packedtags1.c yaffs_packedtags1.h yaffs_packedtags2.c yaffs_packedtags2.h \ @@ -137,7 +135,8 @@ YAFFSDIRECTSYMLINKS = yaffsfs.c yaffs_flashif.h yaffs_flashif2.h\ yaffs_nandemul2k.h yaffs_list.h \ yaffs_attribs.c yaffs_osglue.h \ yaffs_nandif.c yaffs_nandif.h yportenv.h \ - yaffs_hweight.h yaffs_hweight.c + yaffs_hweight.h yaffs_hweight.c \ + yaffs_error.c DIRECTEXTRASYMLINKS = yaffscfg2k.c yaffs_fileem2k.c yaffs_fileem2k.h\