Add first-cut Linux kernel patch-in mechanism
[yaffs/.git] / wince / sources
index 2706a6d56302da0667b869733427d8012a095439..e2f0c9ef7fe8c9eec81ed4c818bfdf603e0d078a 100644 (file)
@@ -1,45 +1,45 @@
-!IF 0\r
-\r
- YAFFS: Yet another FFS. A NAND-flash specific file system.\r
-; SOURCES: The FSD layer for the WinCE version of YAFFS.\r
-;\r
-; Copyright (C) 2002 Trimble Navigation Limited.  All rights reserved.\r
-;\r
-; Created by Charles Manning <charles.manning@trimble.co.nz>\r
-;\r
-; This program is free software; you can redistribute it and/or modify\r
-; it under the terms of the GNU General Public License version 2 as\r
-; published by the Free Software Foundation.\r
-; This program is distributed in the hope that it will be useful, but \r
-;\r
-; WITHOUT ANY WARRANTY; without even the implied warranty of \r
-; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General \r
-; Public License for more details. You should have received a copy of the\r
-; GNU General Public License along with this program; if not, write to the \r
-; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\r
-;\r
-; $Id: sources,v 1.2 2003-01-31 00:52:53 charles Exp $\r
-\r
-\r
-\r
-!ENDIF\r
-\r
-!if "$(ODO_NODISPLAY)" == "1"\r
-SKIPBUILD=1\r
-!endif\r
-\r
-RELEASETYPE=PLATFORM\r
-\r
-TARGETNAME=YFSD\r
-TARGETTYPE=DYNLINK\r
-TARGETLIBS=                                             \\r
-    $(_PUBLICROOT)\COMMON\OAK\lib\arm\Sa1100\ce\retail\fsdmgr.lib \\r
-    $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib    \\r
-\r
-CDEFINES=  $(CDEFINES) -DCONFIG_YAFFS_WINCE -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM \r
-\r
-\r
-SOURCES=  yaffs_guts.c nand_ecc.c yaffsfsd.c ynandif.c \r
-\r
-    \r
-\r
+!IF 0
+
+ YAFFS: Yet another FFS. A NAND-flash specific file system.
+; SOURCES: The FSD layer for the WinCE version of YAFFS.
+;
+; Copyright (C) 2002 Trimble Navigation Limited.  All rights reserved.
+;
+; Created by Charles Manning <charles.manning@trimble.co.nz>
+;
+; This program is free software; you can redistribute it and/or modify
+; it under the terms of the GNU General Public License version 2 as
+; published by the Free Software Foundation.
+; This program is distributed in the hope that it will be useful, but 
+;
+; WITHOUT ANY WARRANTY; without even the implied warranty of 
+; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 
+; Public License for more details. You should have received a copy of the
+; GNU General Public License along with this program; if not, write to the 
+; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;
+; $Id: sources,v 1.3 2003-05-20 22:30:36 charles Exp $
+
+
+
+!ENDIF
+
+!if "$(ODO_NODISPLAY)" == "1"
+SKIPBUILD=1
+!endif
+
+RELEASETYPE=PLATFORM
+
+TARGETNAME=YFSD
+TARGETTYPE=DYNLINK
+TARGETLIBS=                                             \
+    $(_PUBLICROOT)\COMMON\OAK\lib\arm\Sa1100\ce\retail\fsdmgr.lib \
+    $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib    \
+
+CDEFINES=  $(CDEFINES) -DCONFIG_YAFFS_WINCE -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM 
+
+
+SOURCES=  yaffs_guts.c yaffs_ecc.c yaffsfsd.c ynandif.c 
+
+    
+