X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftests%2FMakefile;fp=direct%2Ftests%2FMakefile;h=b2b16a7e60bbf871477ac5d99da0d8e1cad65e95;hp=4f6e3c3148d2ee8d078f260c8b29dfea3b38731a;hb=5587d9d89d5fb9c31fd723e85949f85da70ef3a9;hpb=9c99932eb16ba64c6d3ba69145fe8c5d5b04274d diff --git a/direct/tests/Makefile b/direct/tests/Makefile index 4f6e3c3..b2b16a7 100644 --- a/direct/tests/Makefile +++ b/direct/tests/Makefile @@ -33,7 +33,8 @@ CFLAGS += -Wextra -Wpointer-arith COMMONTESTOBJS = yaffscfg2k.o yaffs_osglue.o yaffs_hweight.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_nand.o \ + yaffs_tagscompat.o yaffs_tagsmarshall.o \ + yaffs_packedtags2.o yaffs_nand.o \ yaffs_checkptrw.o yaffs_qsort.o\ yaffs_nameval.o yaffs_attribs.o \ yaffs_norif1.o ynorsim.o nor_stress.o yaffs_fsx.o \ @@ -61,6 +62,7 @@ YAFFSDIRECTSYMLINKS = \ yaffs_hweight.c yaffs_hweight.h \ yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h \ yaffs_tagscompat.c yaffs_tagscompat.h \ + yaffs_tagsmarshall.c yaffs_tagsmarshall.h \ yaffs_packedtags1.c yaffs_packedtags1.h \ yaffs_packedtags2.c yaffs_packedtags2.h \ yaffs_nand.c yaffs_nand.h yaffs_getblockinfo.h \