mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
MachineSettingsとPictoChatのビルドでAESスイッチ指定できるようMakefileの変更
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1362 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
60de8aeed5
commit
fe9e2b26aa
@ -86,6 +86,9 @@ ifeq ($(SYSM_BROADON_UI),TRUE)
|
||||
MACRO_FLAGS += -DBROADON_UI
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_AES),TRUE)
|
||||
MAKEROM_FLAGS += -a
|
||||
endif
|
||||
|
||||
MAKEROM_ARM7_BASE = $(TWL_COMPONENTSDIR)/armadillo/$(TWL_BUILDTYPE_ARM7)/armadillo
|
||||
MAKEROM_ARM7 = $(MAKEROM_ARM7_BASE).$(TWL_ELF_EXT)
|
||||
|
||||
@ -43,6 +43,10 @@ MAKETAD_FLAGS += -s
|
||||
|
||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||
|
||||
ifeq ($(ENABLE_AES),TRUE)
|
||||
MAKEROM_FLAGS += -a
|
||||
endif
|
||||
|
||||
MAKEROM = $(TWL_TOOLSDIR)/bin/makerom.TWL.sys.exe
|
||||
|
||||
LDIRT_CLEAN = $(TARGET_TAD)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user