mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
ログキーワード追加。
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:
parent
0ab7f73a1c
commit
93b55e83bb
@ -11,9 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Date:: 2007-07-31#$
|
# $Date:: 2008-12-1#$
|
||||||
# $Rev: 387 $
|
# $Rev: 44 $
|
||||||
# $Author: terui $
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
CTR_WITH_ARM9 := TRUE
|
CTR_WITH_ARM9 := TRUE
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: TwlSDK - _privatedefs
|
# Project: CtrFirm - _privatedefs
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2007 Nintendo. All rights reserved.
|
# Copyright 2007 Nintendo. All rights reserved.
|
||||||
@ -11,9 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Date:: 2007-07-31#$
|
# $Date:: 2008-12-1#$
|
||||||
# $Rev: 387 $
|
# $Rev: 44 $
|
||||||
# $Author: terui $
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
CTR_PRIVATE := TRUE
|
CTR_PRIVATE := TRUE
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - commondefs - common definitions for build system
|
# Project: CtrFirm - commondefs - common definitions for build system
|
||||||
# File: commondefs
|
# File: commondefs
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
ifndef CTRSDK_COMMONDEFS_
|
ifndef CTRSDK_COMMONDEFS_
|
||||||
CTRSDK_COMMONDEFS_ = TRUE
|
CTRSDK_COMMONDEFS_ = TRUE
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - UnitTest Tool
|
# Project: CtrFirm - UnitTest Tool
|
||||||
# File: commondefs.add-ins.utest
|
# File: commondefs.add-ins.utest
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - buildtools - compiler dependant settings for CW
|
# Project: CtrFirm - buildtools - compiler dependant settings for CW
|
||||||
# File: commondefs.cctype.CW
|
# File: commondefs.cctype.CW
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
EMPTY ?=
|
EMPTY ?=
|
||||||
|
|||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
EMPTY ?=
|
EMPTY ?=
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - buildtools - debugger dependant settings for ISDbgr
|
# Project: CtrFirm - buildtools - debugger dependant settings for ISDbgr
|
||||||
# File: commondefs.emtype.ISD
|
# File: commondefs.emtype.ISD
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - modulerules - common rules for build system
|
# Project: CtrFirm - modulerules - common rules for build system
|
||||||
# File: modulerules
|
# File: modulerules
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
ifndef CTRSDK_MODULERULES_
|
ifndef CTRSDK_MODULERULES_
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - modulerules - common rules for build system
|
# Project: CtrFirm - modulerules - common rules for build system
|
||||||
# File: modulerules
|
# File: modulerules
|
||||||
#
|
#
|
||||||
# Copyright 2007 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
#
|
#
|
||||||
# These coded instructions, statements, and computer programs contain
|
# These coded instructions, statements, and computer programs contain
|
||||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
# 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,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
ifndef TWLSDK_MODULERULES_
|
ifndef TWLSDK_MODULERULES_
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - modulerules - common rules for build system
|
# Project: CtrFirm - modulerules - common rules for build system
|
||||||
# File: modulerules
|
# File: modulerules
|
||||||
#
|
#
|
||||||
# Copyright 2007 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
#
|
#
|
||||||
# These coded instructions, statements, and computer programs contain
|
# These coded instructions, statements, and computer programs contain
|
||||||
# proprietary information of Nintendo of America Inc. and/or Nintendo
|
# 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,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
ifndef TWLDLL_MODULERULES_
|
ifndef TWLDLL_MODULERULES_
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - UnitTest Tool
|
# Project: CtrFirm - UnitTest Tool
|
||||||
# File: modulerules.add-ins.utest
|
# File: modulerules.add-ins.utest
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
.PHONY: utest
|
.PHONY: utest
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - buildtools - compiler dependant settings for CodeWarrior
|
# Project: CtrFirm - buildtools - compiler dependant settings for CodeWarrior
|
||||||
# File: modulerules.cctype.CW
|
# File: modulerules.cctype.CW
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
AINCLUDE_DIRS = $(LINCLUDES) $(EINCLUDES) $(GINCLUDES)
|
AINCLUDE_DIRS = $(LINCLUDES) $(EINCLUDES) $(GINCLUDES)
|
||||||
|
|||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
AINCLUDE_DIRS = $(LINCLUDES) $(EINCLUDES) $(GINCLUDES) # $(RVCT_INCDIRS)
|
AINCLUDE_DIRS = $(LINCLUDES) $(EINCLUDES) $(GINCLUDES) # $(RVCT_INCDIRS)
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - buildtools - debugger dependant settings for ISDbgr
|
# Project: CtrFirm - buildtools - debugger dependant settings for ISDbgr
|
||||||
# File: modulerules.emtype.ISD
|
# File: modulerules.emtype.ISD
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - modulerules - common rules for build system
|
# Project: CtrFirm - modulerules - common rules for build system
|
||||||
# File: modulerules.x86
|
# File: modulerules.x86
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
# Project: CtrSDK - code formatter-
|
# Project: CtrFirm - code formatter-
|
||||||
# File: sdk_indent.pl
|
# File: sdk_indent.pl
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -13,8 +13,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
foreach $filename (@ARGV) {
|
foreach $filename (@ARGV) {
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
/*---------------------------------------------------------------------------*
|
/*---------------------------------------------------------------------------*
|
||||||
Project: NitroSDK - OS -
|
Project: CtrFirm - OS -
|
||||||
File: XXXXXXXX.c
|
File: XXXXXXXX.c
|
||||||
|
|
||||||
Copyright 2008 Nintendo. All rights reserved.
|
Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -10,6 +10,7 @@
|
|||||||
not be disclosed to third parties or copied or duplicated in any form,
|
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.
|
in whole or in part, without the prior written consent of Nintendo.
|
||||||
|
|
||||||
$Log: $
|
# $Date:: 2008-12-1#$
|
||||||
$NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: NitroSDK - -
|
# Project: CtrFirm - -
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
@ -26,7 +27,7 @@ TARGET_BIN = main.srl
|
|||||||
#SRCDIR = # using default
|
#SRCDIR = # using default
|
||||||
#LCFILE = # 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)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(CTRSDK_ROOT)/build/buildtools/modulerules
|
include $(CTRFIRM_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: NitroSDK - -
|
# Project: CtrFirm - -
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
@ -30,7 +31,7 @@ TARGET_BIN = main.srl
|
|||||||
#SRCDIR =
|
#SRCDIR =
|
||||||
#LCFILE =
|
#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)
|
do-build: $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
include $(CTRSDK_ROOT)/build/buildtools/modulerules
|
include $(CTRFIRM_ROOT)/build/buildtools/modulerules
|
||||||
|
|
||||||
|
|
||||||
#===== End of Makefile =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: NitroSDK - -
|
# Project: CtrFirm - -
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,11 +11,12 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $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 =====
|
#===== End of Makefile =====
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrSDK - versiondefs
|
# Project: CtrFirm - versiondefs
|
||||||
# File: versiondefs
|
# File: versiondefs
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
@ -11,8 +11,9 @@
|
|||||||
# not be disclosed to third parties or copied or duplicated in any form,
|
# 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.
|
# in whole or in part, without the prior written consent of Nintendo.
|
||||||
#
|
#
|
||||||
# $Log: $
|
# $Date:: 2008-12-1#$
|
||||||
# $NoKeywords: $
|
# $Rev: 44 $
|
||||||
|
# $Author: nakasima $
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
-include $(CTRSDK_ROOT)/include/ctr/version.h
|
-include $(CTRSDK_ROOT)/include/ctr/version.h
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user