From 5feba9cd685c392e71d29ab435036c72fabfd980 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Thu, 10 Apr 2008 05:42:17 +0000 Subject: [PATCH] =?UTF-8?q?libaes=5Fsp.firm.LTD.a=E3=82=84DEMOLib=E3=81=8C?= =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=95=E3=82=8C=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86Makefile=E3=82=92=E6=95=B4=E7=90=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1097 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- Makefile.sysmenu | 3 ++- build/components/Makefile | 4 ++-- build/components/hyena.TWL/Makefile | 3 ++- build/systemMenu_RED/Makefile | 11 +++++++++-- .../systemMenu_RED/NandInitializer/ARM9.TWL/Makefile | 2 +- .../NandInitializerProduction/ARM9.TWL/Makefile | 2 +- .../NandInitializerRed/ARM9.TWL/Makefile | 2 +- 7 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Makefile.sysmenu b/Makefile.sysmenu index 47e23338..28cbcf5c 100644 --- a/Makefile.sysmenu +++ b/Makefile.sysmenu @@ -25,7 +25,8 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs export TWL_ARCHGEN = ALL SUBDIRS = \ - build/libraries_sysmenu\ + build/tools \ + build/libraries_sysmenu \ build/components \ build/systemmenu_RED diff --git a/build/components/Makefile b/build/components/Makefile index 466e4fce..bfd7acf1 100644 --- a/build/components/Makefile +++ b/build/components/Makefile @@ -12,8 +12,8 @@ # in whole or in part, without the prior written consent of Nintendo. # # $Date:: $ -# $Rev:$ -# $Author:$ +# $Rev$ +# $Author$ #---------------------------------------------------------------------------- include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs diff --git a/build/components/hyena.TWL/Makefile b/build/components/hyena.TWL/Makefile index 93a17739..52711676 100644 --- a/build/components/hyena.TWL/Makefile +++ b/build/components/hyena.TWL/Makefile @@ -25,7 +25,8 @@ TWL_CODEGEN ?= ARM #---------------------------------------------------------------------------- -SUBDIRS = wram_regs +SUBDIRS = $(SYSMENU_ROOT)/build/libraries/aes \ + wram_regs SRCS = main.c \ initScfg.c \ diff --git a/build/systemMenu_RED/Makefile b/build/systemMenu_RED/Makefile index 301ace0a..0a116d64 100644 --- a/build/systemMenu_RED/Makefile +++ b/build/systemMenu_RED/Makefile @@ -20,8 +20,15 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs #---------------------------------------------------------------------------- -SUBDIRS_P = launcher MachineSettings PictoChat HWInfoWriter \ - NandInitializerRed NandInitializerProduction NandInitializer wlanfirm +SUBDIRS_P = \ + launcher \ + MachineSettings \ + PictoChat \ + HWInfoWriter \ + NandInitializerRed \ + NandInitializerProduction \ + NandInitializer \ + wlanfirm #DS_DownloadPlay #---------------------------------------------------------------------------- diff --git a/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile b/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile index d67290db..5e588035 100644 --- a/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile +++ b/build/systemMenu_RED/NandInitializer/ARM9.TWL/Makefile @@ -16,7 +16,7 @@ # $Author$ #---------------------------------------------------------------------------- -SUBDIRS = +SUBDIRS = $(ROOT)/build/demos/gx/UnitTours/DEMOLib #---------------------------------------------------------------------------- diff --git a/build/systemMenu_RED/NandInitializerProduction/ARM9.TWL/Makefile b/build/systemMenu_RED/NandInitializerProduction/ARM9.TWL/Makefile index 8da82bee..699f682e 100644 --- a/build/systemMenu_RED/NandInitializerProduction/ARM9.TWL/Makefile +++ b/build/systemMenu_RED/NandInitializerProduction/ARM9.TWL/Makefile @@ -16,7 +16,7 @@ # $Author$ #---------------------------------------------------------------------------- -SUBDIRS = +SUBDIRS = $(ROOT)/build/demos/gx/UnitTours/DEMOLib #---------------------------------------------------------------------------- diff --git a/build/systemMenu_RED/NandInitializerRed/ARM9.TWL/Makefile b/build/systemMenu_RED/NandInitializerRed/ARM9.TWL/Makefile index 9a3fb7b0..191eb3d2 100644 --- a/build/systemMenu_RED/NandInitializerRed/ARM9.TWL/Makefile +++ b/build/systemMenu_RED/NandInitializerRed/ARM9.TWL/Makefile @@ -16,7 +16,7 @@ # $Author$ #---------------------------------------------------------------------------- -SUBDIRS = +SUBDIRS = $(ROOT)/build/demos/gx/UnitTours/DEMOLib #----------------------------------------------------------------------------