1#----------------------------------------------------------------------------
2# Project:  TwlSDK - demos - wvr - with_mb
3# File:     main.lsf
4#
5# Copyright 2003-2008 Nintendo.  All rights reserved.
6#
7# These coded instructions, 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# $Date:: 2008-09-18#$
14# $Rev: 8573 $
15# $Author: okubata_ryoma $
16#----------------------------------------------------------------------------
17#
18#  Nitro LCF SPEC FILE
19#
20
21Static $(TARGET_NAME)
22{
23    Address     $(ADDRESS_MAIN)
24    Object      $(OBJS_STATIC)
25    Library     $(LLIBS) $(GLIBS) $(CW_LIBS)
26
27#   increase capacity of IRQ stack.
28    StackSize   0 0x800
29}
30
31Autoload ITCM
32{
33    Address     0x01ff8000
34    Object      * (.itcm)
35    Object      $(OBJS_AUTOLOAD) (.text)
36}
37
38Autoload DTCM
39{
40    Address     $(ADDRESS_DTCM)
41    Object      * (.dtcm)
42    Object      $(OBJS_AUTOLOAD) (.data)
43    Object      $(OBJS_AUTOLOAD) (.bss)
44}
45