mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ビルドの整理。TWL_KEYSDIRが定義されていない時は、systemMenu_RED関連のみをビルドするよう変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1982 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
fe9a50bcf1
commit
9e09c369be
@ -21,15 +21,21 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
SUBDIRS = \
|
ifneq ($(TWL_KEYSDIR),)
|
||||||
tools \
|
SUBDIRS = tools
|
||||||
libraries \
|
endif
|
||||||
libraries_sysmenu\
|
|
||||||
nandfirm \
|
SUBDIRS += libraries_sysmenu \
|
||||||
components \
|
components \
|
||||||
systemMenu_RED \
|
systemMenu_RED
|
||||||
systemMenu_tools \
|
|
||||||
|
|
||||||
|
ifneq ($(TWL_KEYSDIR),)
|
||||||
|
SUBDIRS += libraries \
|
||||||
|
nandfirm \
|
||||||
gcdfirm \
|
gcdfirm \
|
||||||
|
systemMenu_tools
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef TWL_IPL_WITH_TESTS
|
ifdef TWL_IPL_WITH_TESTS
|
||||||
SUBDIRS += tests
|
SUBDIRS += tests
|
||||||
|
|||||||
@ -31,9 +31,7 @@ ifdef FIRM_USE_PRODUCT_KEYS
|
|||||||
MACRO_FLAGS += -DFIRM_USE_PRODUCT_KEYS=$(FIRM_USE_PRODUCT_KEYS)
|
MACRO_FLAGS += -DFIRM_USE_PRODUCT_KEYS=$(FIRM_USE_PRODUCT_KEYS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(TWL_IPL_RED_PRIVATE_ROOT),)
|
ifneq ($(TWL_IPL_RED_PRIVATE_ROOT),)
|
||||||
TWL_KEYSDIR := $(TWL_IPL_RED_ROOT)/keys/dummy
|
|
||||||
else
|
|
||||||
TWL_KEYSDIR := $(TWL_IPL_RED_PRIVATE_ROOT)/keys
|
TWL_KEYSDIR := $(TWL_IPL_RED_PRIVATE_ROOT)/keys
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
@ -100,13 +100,9 @@ FIRM_LIBS ?= $(addsuffix $(FIRM_LIBSUFFIX).a,$(FIRM_LIBS_BASE))
|
|||||||
MAKENORFIRM := $(FIRM_TOOLSDIR)/bin/makenorfirm.exe
|
MAKENORFIRM := $(FIRM_TOOLSDIR)/bin/makenorfirm.exe
|
||||||
MAKENANDFIRM := $(FIRM_TOOLSDIR)/bin/makenandfirm.exe
|
MAKENANDFIRM := $(FIRM_TOOLSDIR)/bin/makenandfirm.exe
|
||||||
MAKEGCDFIRM := $(FIRM_TOOLSDIR)/bin/makegcdfirm.exe
|
MAKEGCDFIRM := $(FIRM_TOOLSDIR)/bin/makegcdfirm.exe
|
||||||
OPENSSL := $(FIRM_TOOLSDIR)/openssl/openssl.exe
|
|
||||||
NTEXCONV := $(ROOT)/tools/bin/ntexconv.exe
|
NTEXCONV := $(ROOT)/tools/bin/ntexconv.exe
|
||||||
MAKEBANNER := $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe
|
MAKEBANNER := $(TWL_TOOLSDIR)/bin/makebanner.TWL.exe
|
||||||
|
|
||||||
MAKEFIRM_RSA_PRVKEY ?= $(FIRM_TOOLSDIR)/openssl/rsa_private.der
|
|
||||||
MAKEFIRM_RSA_PUBKEY ?= $(FIRM_TOOLSDIR)/openssl/rsa_public.der
|
|
||||||
|
|
||||||
MAKEFIRM_FLAGS ?=
|
MAKEFIRM_FLAGS ?=
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|||||||
@ -23,8 +23,6 @@ NITRO_NO_STD_PCHDR = TRUE #
|
|||||||
EMPTY ?=
|
EMPTY ?=
|
||||||
SPACE ?= $(EMPTY) $(EMPTY)
|
SPACE ?= $(EMPTY) $(EMPTY)
|
||||||
|
|
||||||
TWL_KEYSDIR ?= $(SYSMENU_ROOT)/keys/dummy
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
### TWL-commondefs
|
### TWL-commondefs
|
||||||
#
|
#
|
||||||
|
|||||||
@ -57,7 +57,7 @@ else
|
|||||||
MAKEGCDFIRM_FLAGS += -t'$(FIRM_ROOT)/build/tools/makegcdfirm/gcdfirm_header_twlj.template.sbin'
|
MAKEGCDFIRM_FLAGS += -t'$(FIRM_ROOT)/build/tools/makegcdfirm/gcdfirm_header_twlj.template.sbin'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
FIRM_SDEPENDS_BIN := $(call eupath,$(MAKEFIRM_RSA_PRVKEY)) \
|
FIRM_SDEPENDS_BIN := \
|
||||||
$(call eupath,$(MAKEFIRM_ARM9)) \
|
$(call eupath,$(MAKEFIRM_ARM9)) \
|
||||||
$(call eupath,$(MAKEFIRM_ARM7))
|
$(call eupath,$(MAKEFIRM_ARM7))
|
||||||
|
|
||||||
|
|||||||
BIN
docs/リリース_SDK_5_0_RC/SDK_5_0_rc_ランチャーチェック表.xls
Normal file
BIN
docs/リリース_SDK_5_0_RC/SDK_5_0_rc_ランチャーチェック表.xls
Normal file
Binary file not shown.
BIN
docs/リリース_SDK_5_0_RC/TwlSDK 5.0 rc タスク.mmap
Normal file
BIN
docs/リリース_SDK_5_0_RC/TwlSDK 5.0 rc タスク.mmap
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user