1#----------------------------------------------------------------------------
2# Project:  TwlSDK - demos - MB - multiboot
3# File:     ARM9-TEG.lsf
4#
5# Copyright 2004-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_STATIC)
24	Object		$(OBJS_STATIC)
25	Library		$(LLIBS) $(GLIBS) $(CW_LIBS)
26}
27
28Autoload ITCM
29{
30	Address		$(ADDRESS_ITCM)
31	Object		*     		 (.itcm)
32	Object		$(OBJS_AUTOLOAD) (.text)
33}
34
35Autoload DTCM
36{
37	Address		$(ADDRESS_DTCM)
38	Object		*     		 (.dtcm)
39	Object		$(OBJS_AUTOLOAD) (.data)
40	Object		$(OBJS_AUTOLOAD) (.bss)
41}
42