From 47fb758e6aadf8db5b888feb3183aad66a07bc49 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Mon, 14 Jul 2008 11:16:58 +0000 Subject: [PATCH] =?UTF-8?q?(=E6=9B=B4=E6=96=B0=EF=BC=9AAkabane=20Jumpei)?= =?UTF-8?q?=20=E3=83=93=E3=83=AB=E3=83=89=E6=99=82=E3=81=AB=E3=80=81?= =?UTF-8?q?=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3(HOTSW=5FNO=5FMESS?= =?UTF-8?q?AGE=3DTRUE)=E3=81=A7HOTSW=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9?= =?UTF-8?q?=E3=83=AA=E3=81=AE=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E5=87=BA?= =?UTF-8?q?=E5=8A=9B=E3=82=92=E5=88=B6=E5=BE=A1=E3=81=A7=E3=81=8D=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=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@1880 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries_sysmenu/hotsw/ARM7/Makefile | 4 ++++ build/libraries_sysmenu/hotsw/ARM9/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/build/libraries_sysmenu/hotsw/ARM7/Makefile b/build/libraries_sysmenu/hotsw/ARM7/Makefile index b82772da..6638ecd0 100644 --- a/build/libraries_sysmenu/hotsw/ARM7/Makefile +++ b/build/libraries_sysmenu/hotsw/ARM7/Makefile @@ -44,6 +44,10 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR) +ifeq ($(HOTSW_NO_MESSAGE),TRUE) +MACRO_FLAGS += -DHOTSW_NO_MESSAGE +endif + #---------------------------------------------------------------------------- do-build: $(TARGETS) diff --git a/build/libraries_sysmenu/hotsw/ARM9/Makefile b/build/libraries_sysmenu/hotsw/ARM9/Makefile index 27334c27..21eb10c7 100644 --- a/build/libraries_sysmenu/hotsw/ARM9/Makefile +++ b/build/libraries_sysmenu/hotsw/ARM9/Makefile @@ -37,6 +37,10 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs INSTALL_TARGETS = $(TARGETS) INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR) +ifeq ($(HOTSW_NO_MESSAGE),TRUE) +MACRO_FLAGS += -DHOTSW_NO_MESSAGE +endif + #---------------------------------------------------------------------------- do-build: $(TARGETS)