From 8bde615d69437f33cd949d5bfa100fe1a4f34032 Mon Sep 17 00:00:00 2001 From: nakasima Date: Fri, 7 Nov 2008 09:46:06 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=AB=E3=83=BC=E3=83=88=E3=81=8B=E3=82=89?= =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88?= =?UTF-8?q?=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@5 b871894f-2f95-9b40-918c-086798483c85 --- trunk/Makefile | 2 +- trunk/build/Makefile | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 trunk/build/Makefile diff --git a/trunk/Makefile b/trunk/Makefile index 781a92e..6e5bd46 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -20,7 +20,7 @@ include $(CTRFIRM_ROOT)/build/buildtools/commondefs #---------------------------------------------------------------------------- SUBDIRS = \ -# build \ + build \ ifdef RVCT30BIN SUBDIRS += \ diff --git a/trunk/build/Makefile b/trunk/build/Makefile new file mode 100644 index 0000000..0c5e1ab --- /dev/null +++ b/trunk/build/Makefile @@ -0,0 +1,30 @@ +#! make -f +#---------------------------------------------------------------------------- +# Project: CtrFirm - build +# 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. +# +# $Log: $ +# $NoKeywords: $ +#---------------------------------------------------------------------------- + +include $(CTRFIRM_ROOT)/build/buildtools/commondefs + +#---------------------------------------------------------------------------- + +SUBDIRS = \ + buildsetup \ + +#---------------------------------------------------------------------------- + +include $(CTRFIRM_ROOT)/build/buildtools/modulerules + + +#===== End of Makefile =====