mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
change NITROSDK_ROOT to TWLSDK_ROOT
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@41 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
73bb413426
commit
7a88f50dee
@ -252,7 +252,7 @@ MACRO_FLAGS += -DFIRM_TARGET_$(FIRM_TARGET)
|
||||
# Makelcf change for build firmware
|
||||
#
|
||||
ifneq ($(filter FIRM GCDFIRM,$(FIRM_TARGET)),)
|
||||
MAKELCF := $(NITROSDK_ROOT)/tools/bin/makelcf.exe
|
||||
MAKELCF := $(TWLSDK_ROOT)/tools/bin/makelcf.exe
|
||||
endif
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
FIRM_TARGET = FIRM
|
||||
|
||||
# if you have no valid key, comment out next line
|
||||
#TWL_KEYSDIR = $(FIRM_ROOT)/../twl_firmware/bootrom/build/keys
|
||||
TWL_KEYSDIR = $(FIRM_ROOT)/../twl_firmware/bootrom/build/keys
|
||||
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@ -29,7 +29,7 @@ SUBDIRS =
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
SRCDIR = ./src
|
||||
INCDIR = ./include $(NITROSDK_ROOT)/build/libraries/mb/include
|
||||
INCDIR = ./include $(TWLSDK_ROOT)/build/libraries/mb/include
|
||||
|
||||
|
||||
SRCS = acsign.c acmemory.c acsign_util.c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user