TwlIPL/build/libraries_sysmenu/namut/ARM9/Makefile
yosiokat 907660fded 本体設定の本体初期化で使用するために、NAMUT_Formatを下記のように拡張し、NAMUT_FormatCoreとする。
・Common eTicketのユーザーアプリのeTicketを消去しないよう選択できる
 ・WiFi設定を消去しないよう選択できる

既存のNAMUT_Formatは、NandInitializerやSystemUpdater用として、挙動が変わらないよう上記NAMUT_Format
をラップした関数とする。

TWLランチャー.mmapの本体初期化部分に上記変更を反映。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2824 b08762b0-b915-fc4b-9d8c-17b2551a87ff
2009-05-27 05:45:11 +00:00

59 lines
1.6 KiB
Makefile

#! make -f
#----------------------------------------------------------------------------
# Project: TwlIPL - NAMUT
# File: Makefile
#
# Copyright 2008 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
# Company Ltd., and are protected by Federal copyright law. They may
# 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$
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
SUBDIRS =
#----------------------------------------------------------------------------
TARGET_FIRM = SYSTEMMENU
TARGET_PLATFORM = TWL
TWL_ARCHGEN = LIMITED
TWL_PROC = ARM9
INCDIR = include
# es のヘッダを参照します。
LINCLUDES += $(ES_ROOT)/twl/include
SRCS = namut.c
TARGET_LIB = libnamut$(TWL_LIBSUFFIX).a
include $(TWLSDK_ROOT)/add-ins/es/commondefs.es
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
INSTALL_TARGETS = $(TARGETS)
INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)
CCFLAGS += -DSMALL_CODE_SIZE \
-DSTANDALONE \
-DOPT_32_BIT \
-DNO_SPLIT \
-DNO_FP_API \
-DNO_R_DIAG \
-DNO_STDIO_H \
-DNO_STDLIB_H
do-build: $(TARGETS)
include $(TWL_IPL_RED_ROOT)/build/buildtools/modulerules
#===== End of Makefile =====