From 9331573f362a842d9771c61c99c52d374fb2ee5f Mon Sep 17 00:00:00 2001 From: nakasima Date: Tue, 2 Dec 2008 10:45:45 +0000 Subject: [PATCH] =?UTF-8?q?ROOT=E3=81=8B=E3=82=89=E3=83=96=E3=83=BC?= =?UTF-8?q?=E3=83=88ROM=E3=81=8C=E3=83=93=E3=83=AB=E3=83=89=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@64 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/Makefile | 1 + trunk/bootrom/build/bootrom/Makefile | 31 ++++++++++++++++++++++++++ trunk/bootrom/build/libraries/Makefile | 1 - 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 trunk/bootrom/build/bootrom/Makefile diff --git a/trunk/bootrom/build/Makefile b/trunk/bootrom/build/Makefile index cd411cd..d3007af 100644 --- a/trunk/bootrom/build/Makefile +++ b/trunk/bootrom/build/Makefile @@ -23,6 +23,7 @@ include $(CTRBROM_ROOT)/build/buildtools/commondefs SUBDIRS = \ $(CTRFIRM_ROOT)/build/buildsetup \ libraries \ + bootrom \ #---------------------------------------------------------------------------- diff --git a/trunk/bootrom/build/bootrom/Makefile b/trunk/bootrom/build/bootrom/Makefile new file mode 100644 index 0000000..1a91504 --- /dev/null +++ b/trunk/bootrom/build/bootrom/Makefile @@ -0,0 +1,31 @@ +#! make -f +#---------------------------------------------------------------------------- +# Project: CtrBrom - bootrom +# File: Makefile +# +# Copyright 2008 Nintendo. All rights reserved. +# +# These coded instructions, statements, and computer programs contain +# proprietary information of Nintendo of America Inc. and/or Nintendo +# Company Ltd., and are protected by Federal copyright law. They may +# 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:: $ +# $Rev$ +# $Author$ +#---------------------------------------------------------------------------- + +include $(CTRBROM_ROOT)/build/buildtools/commondefs + +#---------------------------------------------------------------------------- + +SUBDIRS = \ + ctr_bootrom \ + +#---------------------------------------------------------------------------- + +include $(CTRBROM_ROOT)/build/buildtools/modulerules + + +#===== End of Makefile ===== diff --git a/trunk/bootrom/build/libraries/Makefile b/trunk/bootrom/build/libraries/Makefile index 79d89ab..973826e 100644 --- a/trunk/bootrom/build/libraries/Makefile +++ b/trunk/bootrom/build/libraries/Makefile @@ -23,7 +23,6 @@ include $(CTRBROM_ROOT)/build/buildtools/commondefs SUBDIRS = \ init \ - #---------------------------------------------------------------------------- include $(CTRBROM_ROOT)/build/buildtools/modulerules