1#----------------------------------------------------------------------------
2# Project:  NitroSDK - include
3# File:     ARM7-TEG.lsf
4#
5# Copyright 2003-2008 Nintendo.  All rights reserved.
6#
7# These coded insructions, statements, and computer programs contain
8# proprietary information of Nintendo of America Inc. and/or Nintendo
9# Company Ltd., and are protected by Federal copyright law.  They may
10# not be disclosed to third parties or copied or duplicated in any form,
11# in whole or in part, without the prior written consent of Nintendo.
12#
13# $Log: ARM7-TEG.lsf,v $
14# Revision 1.10  2004/07/10 12:17:51  yasu
15# delete GROUP(ROOT)
16#
17# Revision 1.9  2004/07/10 04:11:17  yasu
18# Add GROUP(xxx) as object group
19#
20# Revision 1.8  2004/07/02 08:33:49  yasu
21# Add .wram
22#
23# Revision 1.7  2004/07/02 01:12:11  yasu
24# clean up comments
25#
26# Revision 1.6  2004/07/01 10:41:46  yasu
27# support autoload
28#
29# Revision 1.5  2004/06/28 10:46:45  yasu
30# avoid to use '*' as wildcard
31#
32# Revision 1.4  2004/04/19 04:27:30  yasu
33# support WRAM overflow check
34#
35# Revision 1.3  2004/04/14 10:25:09  yasu
36# delete LIBRARIES group
37#
38# Revision 1.2  2004/03/26 13:16:17  yasu
39# use variables
40#
41# Revision 1.1  2004/03/26 06:04:32  yasu
42# move spec files
43#
44# Revision 1.2  2004/03/18 12:43:38  yasu
45# set top address for static segment
46#
47# $NoKeywords: $
48#----------------------------------------------------------------------------
49#
50#  Nitro LCF SPEC FILE
51#
52
53Static $(TARGET_NAME)
54{
55	Address		0x037f8000
56	Object		$(OBJS_STATIC)
57	Library		$(LLIBS) $(GLIBS) $(CW_LIBS)
58	Object		* (.wram)
59	StackSize	1024 512
60}
61