From 6aacb9c19734f42df0bfedff962fb231793c6423 Mon Sep 17 00:00:00 2001 From: Timothy Manning Date: Wed, 6 Oct 2010 14:52:43 +1300 Subject: [PATCH] yaffs Use file emulator for python test Change the python test library to use a file-backed emulator for the yaffs2 mount rather than use a ram-based emulator. Signed-off-by: Timothy Manning --- direct/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/python/Makefile b/direct/python/Makefile index a71644b..8376725 100644 --- a/direct/python/Makefile +++ b/direct/python/Makefile @@ -29,7 +29,7 @@ CFLAGS += -O0 #CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline -COMMONTESTOBJS = yaffsnewcfg.o yramsim.o \ +COMMONTESTOBJS = yaffscfg2k.o yramsim.o yaffs_fileem2k.o\ yaffs_nandif.o \ yaffsfs.o yaffs_ecc.o yaffs_guts.o \ yaffs_packedtags1.o yaffs_ramdisk.o yaffs_ramem2k.o \ -- 2.30.2