mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
(更新:Akabane Jumpei)
ビルド時に、オプション(HOTSW_NO_MESSAGE=TRUE)でHOTSWライブラリのデバッグ出力を制御できるように変更 git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1880 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
ed64b7a730
commit
47fb758e6a
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user