From 3693e2cd90c67c1dfeb73d5befe61232d3920a35 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Fri, 19 Mar 2010 08:33:40 +0000 Subject: [PATCH] remove codepage file compile in ELM fatfs. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@517 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- filesystem/dfs/SConscript | 1 - 1 file changed, 1 deletion(-) diff --git a/filesystem/dfs/SConscript b/filesystem/dfs/SConscript index 28115f8a9a..48ccc84c15 100644 --- a/filesystem/dfs/SConscript +++ b/filesystem/dfs/SConscript @@ -25,7 +25,6 @@ filesystems/fatfs/fatfs_mount.c""") elmfat = Split(""" filesystems/elmfat/dfs_elm.c filesystems/elmfat/ff.c -filesystems/elmfat/option/cc936.c """) # DFS-YAFFS2 options -- GitLab