SYSM_DEV_WHITELIST_CHECK_SKIP をデフォルトで TRUE に

追加修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2464 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2008-09-10 02:01:06 +00:00
parent ade04fbc0e
commit cf51c9e402

View File

@ -58,12 +58,12 @@ ifeq ($(SYSM_BUILD_FOR_PRODUCTION_TEST),TRUE)
MACRO_FLAGS += -DSYSM_BUILD_FOR_PRODUCTION_TEST
endif
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
ifeq ($(SYSM_DEV_WHITELIST_CHECK_SKIP),TRUE)
MACRO_FLAGS += -DDEV_WHITELIST_CHECK_SKIP
endif
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
INSTALL_TARGETS = $(TARGETS)
INSTALL_DIR = $(SYSMENU_INSTALL_LIBDIR)