From ac3988adb903bb7eef802426ec0de5a838309004 Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Mon, 12 Nov 2007 05:06:09 +0000 Subject: [PATCH] =?UTF-8?q?FinalROM=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=A7=E3=82=82=E9=80=9A=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=80=81Makefile=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@142 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/Makefile | 2 ++ build/systemMenu_RED/PictoChat/ARM9/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/Makefile b/build/systemMenu_RED/Launcher/ARM9/Makefile index 05e0d57e..bfb4f372 100644 --- a/build/systemMenu_RED/Launcher/ARM9/Makefile +++ b/build/systemMenu_RED/Launcher/ARM9/Makefile @@ -51,6 +51,8 @@ ADDRESS_DTCM = 0x0e000000 DEFAULT_COMP_ARM7 = hyena DEFAULT_MAKEROM_ARM7_BASE = $(TWLIPL_ROOT)/components/$(DEFAULT_COMP_ARM7)/$(TWL_BUILDTYPE_ARM7)/$(DEFAULT_COMP_ARM7) +MAKEROM_FLAGS += -F + include $(TWLIPL_ROOT)/build/buildtools/commondefs #---------------------------------------------------------------------------- diff --git a/build/systemMenu_RED/PictoChat/ARM9/Makefile b/build/systemMenu_RED/PictoChat/ARM9/Makefile index 9e5c2198..9863bd48 100644 --- a/build/systemMenu_RED/PictoChat/ARM9/Makefile +++ b/build/systemMenu_RED/PictoChat/ARM9/Makefile @@ -46,7 +46,7 @@ INSTALL_DIR = $(SDK_NMENU_DATADIR) #---------------------------------------------------------------------------- -do-build : $(FONT_OBJS) $(TARGETS) +do-build : $(TARGETS) include $(TWLIPL_ROOT)/build/buildtools/modulerules