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' #----------------------------------------------------------------------------