From 7be9cb340dc2269c768df207e697945e5e1066f4 Mon Sep 17 00:00:00 2001 From: yutaka Date: Tue, 5 Feb 2008 09:06:21 +0000 Subject: [PATCH] =?UTF-8?q?make=20full=E3=81=A7thumb=E7=89=88=E3=82=92?= =?UTF-8?q?=E4=BD=9C=E3=82=89=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E3=81=97=E3=81=9F=20(=E5=85=83=E3=80=85=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?)?= 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@587 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/Makefile b/build/systemMenu_RED/Launcher/ARM9/Makefile index 6936734f..b3f6b70a 100644 --- a/build/systemMenu_RED/Launcher/ARM9/Makefile +++ b/build/systemMenu_RED/Launcher/ARM9/Makefile @@ -28,7 +28,8 @@ SUBDIRS = \ #FIRM_BUILD = TRUE TARGET_FIRM = SYSTEMMENU -TARGET_PLATFORM = TWL +TARGET_PLATFORM = TWL +TWL_CODEGEN = ARM TWL_ARCHGEN = LIMITED TITLEID_LO = LNCJ @@ -65,9 +66,9 @@ DEFAULT_COMP_ARM7 = hyena MAKEROM_FLAGS += -F -DTITLEID_LO='$(TITLEID_LO)' ifdef FIRM_BUILD -MAKEROM_FLAGS += -f \ - -DFIRM_PRIV_KEY=$(TWL_KEYSDIR)/rsa/private9_0.der \ - -DFIRM_PUB_KEY=$(TWL_KEYSDIR)/rsa/public9_0.der +MAKEROM_FLAGS += -s \ + -DSYS_PRIV_KEY=$(TWL_KEYSDIR)/rsa/private9_0.der \ + -DSYS_PUB_KEY=$(TWL_KEYSDIR)/rsa/public9_0.der endif MAKETAD_FLAGS += -s