From 169d2d8069c1e00d0b2efb906c83b0ed8f51ac10 Mon Sep 17 00:00:00 2001 From: yutaka Date: Wed, 24 Oct 2007 08:40:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E3=81=97=E3=81=84=E9=8D=B5=E3=82=92?= =?UTF-8?q?=E6=8C=81=E3=81=A3=E3=81=A6=E3=81=84=E3=82=8B=E3=81=A8=E3=81=8D?= =?UTF-8?q?=E3=81=AF=E3=80=81=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0=E3=81=A7?= =?UTF-8?q?TWL=5FKEYSDIR=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=ABMakefile=E3=81=AE=E3=82=B3=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=81=AB=E6=9B=B8=E3=81=84=E3=81=9F?= 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@62 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/nandfirm/menu-launcher/Makefile | 4 ++-- build/nandfirm/sdmc-launcher/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/nandfirm/menu-launcher/Makefile b/build/nandfirm/menu-launcher/Makefile index 470aeac1..34a4981b 100644 --- a/build/nandfirm/menu-launcher/Makefile +++ b/build/nandfirm/menu-launcher/Makefile @@ -19,8 +19,8 @@ FIRM_TARGET = FIRM -# if you have no valid key, comment out next line -TWL_KEYSDIR = $(FIRM_ROOT)/../twl_firmware/bootrom/build/keys +# if you have valid keys, set environment value like below +#export TWL_KEYSDIR='$(FIRM_ROOT)/../twl_firmware/bootrom/build/keys' #---------------------------------------------------------------------------- diff --git a/build/nandfirm/sdmc-launcher/Makefile b/build/nandfirm/sdmc-launcher/Makefile index 6669d784..90750bcd 100644 --- a/build/nandfirm/sdmc-launcher/Makefile +++ b/build/nandfirm/sdmc-launcher/Makefile @@ -19,8 +19,8 @@ FIRM_TARGET = FIRM -# if you have no valid key, comment out next line -TWL_KEYSDIR = $(FIRM_ROOT)/../twl_firmware/bootrom/build/keys +# if you have valid keys, set environment value like below +#export TWL_KEYSDIR='$(FIRM_ROOT)/../twl_firmware/bootrom/build/keys' #----------------------------------------------------------------------------