Add first-cut Linux kernel patch-in mechanism
[yaffs/.git] / wince / sources
1 !IF 0
2
3  YAFFS: Yet another FFS. A NAND-flash specific file system.
4 ; SOURCES: The FSD layer for the WinCE version of YAFFS.
5 ;
6 ; Copyright (C) 2002 Trimble Navigation Limited.  All rights reserved.
7 ;
8 ; Created by Charles Manning <charles.manning@trimble.co.nz>
9 ;
10 ; This program is free software; you can redistribute it and/or modify
11 ; it under the terms of the GNU General Public License version 2 as
12 ; published by the Free Software Foundation.
13 ; This program is distributed in the hope that it will be useful, but 
14 ;
15 ; WITHOUT ANY WARRANTY; without even the implied warranty of 
16 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 
17 ; Public License for more details. You should have received a copy of the
18 ; GNU General Public License along with this program; if not, write to the 
19 ; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 ;
21 ; $Id: sources,v 1.3 2003-05-20 22:30:36 charles Exp $
22
23
24
25 !ENDIF
26
27 !if "$(ODO_NODISPLAY)" == "1"
28 SKIPBUILD=1
29 !endif
30
31 RELEASETYPE=PLATFORM
32
33 TARGETNAME=YFSD
34 TARGETTYPE=DYNLINK
35 TARGETLIBS=                                             \
36     $(_PUBLICROOT)\COMMON\OAK\lib\arm\Sa1100\ce\retail\fsdmgr.lib \
37     $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib    \
38
39 CDEFINES=  $(CDEFINES) -DCONFIG_YAFFS_WINCE -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM 
40
41
42 SOURCES=  yaffs_guts.c yaffs_ecc.c yaffsfsd.c ynandif.c 
43
44     
45