ログキーワード追加。

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@44 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
nakasima 2008-12-01 00:27:34 +00:00
parent 0ab7f73a1c
commit 93b55e83bb
21 changed files with 83 additions and 66 deletions

View File

@ -11,9 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date:: 2007-07-31#$
# $Rev: 387 $
# $Author: terui $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
CTR_WITH_ARM9 := TRUE

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: TwlSDK - _privatedefs
# Project: CtrFirm - _privatedefs
# File: Makefile
#
# Copyright 2007 Nintendo. All rights reserved.
@ -11,9 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date:: 2007-07-31#$
# $Rev: 387 $
# $Author: terui $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
CTR_PRIVATE := TRUE

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - commondefs - common definitions for build system
# Project: CtrFirm - commondefs - common definitions for build system
# File: commondefs
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
ifndef CTRSDK_COMMONDEFS_
CTRSDK_COMMONDEFS_ = TRUE

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - UnitTest Tool
# Project: CtrFirm - UnitTest Tool
# File: commondefs.add-ins.utest
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
#

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - buildtools - compiler dependant settings for CW
# Project: CtrFirm - buildtools - compiler dependant settings for CW
# File: commondefs.cctype.CW
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
EMPTY ?=

View File

@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
EMPTY ?=

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - buildtools - debugger dependant settings for ISDbgr
# Project: CtrFirm - buildtools - debugger dependant settings for ISDbgr
# File: commondefs.emtype.ISD
#
# Copyright 2008 Nintendo. All rights reserved.

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - modulerules - common rules for build system
# Project: CtrFirm - modulerules - common rules for build system
# File: modulerules
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
ifndef CTRSDK_MODULERULES_

View File

@ -1,9 +1,9 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - modulerules - common rules for build system
# Project: CtrFirm - modulerules - common rules for build system
# File: modulerules
#
# Copyright 2007 Nintendo. All rights reserved.
# Copyright 2008 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
ifndef TWLSDK_MODULERULES_

View File

@ -1,9 +1,9 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - modulerules - common rules for build system
# Project: CtrFirm - modulerules - common rules for build system
# File: modulerules
#
# Copyright 2007 Nintendo. All rights reserved.
# Copyright 2008 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
ifndef TWLDLL_MODULERULES_

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - UnitTest Tool
# Project: CtrFirm - UnitTest Tool
# File: modulerules.add-ins.utest
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
.PHONY: utest

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - buildtools - compiler dependant settings for CodeWarrior
# Project: CtrFirm - buildtools - compiler dependant settings for CodeWarrior
# File: modulerules.cctype.CW
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
AINCLUDE_DIRS = $(LINCLUDES) $(EINCLUDES) $(GINCLUDES)

View File

@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
AINCLUDE_DIRS = $(LINCLUDES) $(EINCLUDES) $(GINCLUDES) # $(RVCT_INCDIRS)

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - buildtools - debugger dependant settings for ISDbgr
# Project: CtrFirm - buildtools - debugger dependant settings for ISDbgr
# File: modulerules.emtype.ISD
#
# Copyright 2008 Nintendo. All rights reserved.

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - modulerules - common rules for build system
# Project: CtrFirm - modulerules - common rules for build system
# File: modulerules.x86
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------

View File

@ -2,7 +2,7 @@
##############################################################################
#
# Project: CtrSDK - code formatter-
# Project: CtrFirm - code formatter-
# File: sdk_indent.pl
#
# Copyright 2008 Nintendo. All rights reserved.
@ -13,8 +13,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
##############################################################################
foreach $filename (@ARGV) {

View File

@ -1,5 +1,5 @@
/*---------------------------------------------------------------------------*
Project: NitroSDK - OS -
Project: CtrFirm - OS -
File: XXXXXXXX.c
Copyright 2008 Nintendo. All rights reserved.
@ -10,6 +10,7 @@
not be disclosed to third parties or copied or duplicated in any form,
in whole or in part, without the prior written consent of Nintendo.
$Log: $
$NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
*---------------------------------------------------------------------------*/

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: NitroSDK - -
# Project: CtrFirm - -
# File: Makefile
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
SUBDIRS =
@ -26,7 +27,7 @@ TARGET_BIN = main.srl
#SRCDIR = # using default
#LCFILE = # using default
include $(CTRSDK_ROOT)/build/buildtools/commondefs
include $(CTRFIRM_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
@ -34,7 +35,7 @@ include $(CTRSDK_ROOT)/build/buildtools/commondefs
do-build: $(TARGETS)
include $(CTRSDK_ROOT)/build/buildtools/modulerules
include $(CTRFIRM_ROOT)/build/buildtools/modulerules
#===== End of Makefile =====

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: NitroSDK - -
# Project: CtrFirm - -
# File: Makefile
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
SUBDIRS =
@ -30,7 +31,7 @@ TARGET_BIN = main.srl
#SRCDIR =
#LCFILE =
include $(CTRSDK_ROOT)/build/buildtools/commondefs
include $(CTRFIRM_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
@ -38,7 +39,7 @@ include $(CTRSDK_ROOT)/build/buildtools/commondefs
do-build: $(TARGETS)
include $(CTRSDK_ROOT)/build/buildtools/modulerules
include $(CTRFIRM_ROOT)/build/buildtools/modulerules
#===== End of Makefile =====

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: NitroSDK - -
# Project: CtrFirm - -
# File: Makefile
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,11 +11,12 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
include $(CTRSDK_ROOT)/build/buildtools/commondefs
include $(CTRFIRM_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
@ -25,7 +26,7 @@ SUBDIRS =
#----------------------------------------------------------------------------
include $(CTRSDK_ROOT)/build/buildtools/modulerules
include $(CTRFIRM_ROOT)/build/buildtools/modulerules
#===== End of Makefile =====

View File

@ -1,6 +1,6 @@
#! make -f
#----------------------------------------------------------------------------
# Project: CtrSDK - versiondefs
# Project: CtrFirm - versiondefs
# File: versiondefs
#
# Copyright 2008 Nintendo. All rights reserved.
@ -11,8 +11,9 @@
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Log: $
# $NoKeywords: $
# $Date:: 2008-12-1#$
# $Rev: 44 $
# $Author: nakasima $
#----------------------------------------------------------------------------
-include $(CTRSDK_ROOT)/include/ctr/version.h