mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
CTR用のパディング付きbinファイル生成も行うように修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2996 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
445269ab31
commit
25006d2011
@ -11,9 +11,9 @@
|
||||
# not be disclosed to third parties or copied or duplicated in any form,
|
||||
# in whole or in part, without the prior written consent of Nintendo.
|
||||
#
|
||||
# $Date::
|
||||
# $Rev:
|
||||
# $Author:
|
||||
# $Date::
|
||||
# $Rev:
|
||||
# $Author:
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
TARGET_FIRM = SYSTEMMENU
|
||||
@ -36,6 +36,7 @@ MY_TITLE = $(DS_HASH_TABLE_TITLE)
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
MY_TAD = $(MY_TITLE)-$(DS_HASH_TABLE_VERSION)-$(DS_HASH_TABLE_EX_VERSION).tad
|
||||
MY_PADDED_DATA = $(MY_TAD:.tad=.bin)
|
||||
|
||||
#INSTALL_TARGETS = $(MY_TAD)
|
||||
#INSTALL_DIR =
|
||||
@ -53,6 +54,8 @@ $(MY_TAD): $(MY_DATA2)
|
||||
|
||||
$(MY_DATA2): $(MY_DATA) $(MY_DATA_EX) $(MY_DATA_ADHOC) $(MY_APPEND)
|
||||
cat $(MY_DATA) $(MY_DATA_EX) $(MY_DATA_ADHOC) $(MY_APPEND) > $@
|
||||
# for CTR
|
||||
dd if=$@ of=$(MY_PADDED_DATA) bs=320k conv=sync
|
||||
|
||||
$(MY_APPEND)::
|
||||
@if test -e $(SYSMENU_ROOT)/.svn; then \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user