From 08e414d257bab7928c03dda1cd204e04bf6482a3 Mon Sep 17 00:00:00 2001 From: nakasima Date: Thu, 29 Jan 2009 12:05:17 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E3=81=97=E6=9B=BF=E3=81=88=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E8=BF=BD=E5=8A=A0=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@242 b871894f-2f95-9b40-918c-086798483c85 --- trunk/firmware/build/buildtools/commondefs | 20 ++++++++++++++++++++ trunk/firmware/build/buildtools/modulerules | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 trunk/firmware/build/buildtools/commondefs create mode 100644 trunk/firmware/build/buildtools/modulerules diff --git a/trunk/firmware/build/buildtools/commondefs b/trunk/firmware/build/buildtools/commondefs new file mode 100644 index 0000000..1ae2288 --- /dev/null +++ b/trunk/firmware/build/buildtools/commondefs @@ -0,0 +1,20 @@ +#! make -f +#---------------------------------------------------------------------------- +# Project: CtrFirm - commondefs - common definitions for build system +# File: commondefs +# +# Copyright 2009 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:: 2009-01-29#$ +# $Rev: 230 $ +# $Author: nakasima $ +#---------------------------------------------------------------------------- + +-include $(CTRSDK_ROOT)/build/buildtools/commondefs + diff --git a/trunk/firmware/build/buildtools/modulerules b/trunk/firmware/build/buildtools/modulerules new file mode 100644 index 0000000..87a3749 --- /dev/null +++ b/trunk/firmware/build/buildtools/modulerules @@ -0,0 +1,20 @@ +#! make -f +#---------------------------------------------------------------------------- +# Project: CtrFirm - modulerules - common rules for build system +# File: modulerules +# +# Copyright 2009 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:: 2009-01-28#$ +# $Rev: 227 $ +# $Author: nakasima $ +#---------------------------------------------------------------------------- + +-include $(CTRSDK_ROOT)/build/buildtools/modulerules +