ESライブラリのFinal ROM版が無いのでとりあえずRelease版で代用

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@446 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2008-01-09 01:56:57 +00:00
parent bb88aabda0
commit 7b7c9416c3
2 changed files with 10 additions and 4 deletions

View File

@ -41,9 +41,12 @@ MAKEROM_ARM7_BASE = $(basename $(MAKEROM_ARM7))
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
# no thumb version
# no thumb version, no final rom version
ifeq ($(TARGET_FINALROM),)
LLIBRARIES += libes.TWL$(ARCHGEN_TYPE).a libboc.TWL$(ARCHGEN_TYPE).a
else
LLIBRARIES += ../Release/libes.TWL$(ARCHGEN_TYPE).a ../Release/libboc.TWL$(ARCHGEN_TYPE).a
endif
#----------------------------------------------------------------------------

View File

@ -39,9 +39,12 @@ MAKEROM_ARM7_BASE = $(basename $(MAKEROM_ARM7))
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
# no thumb version
# no thumb version, no final rom version
ifeq ($(TARGET_FINALROM),)
LLIBRARIES += libes.TWL$(ARCHGEN_TYPE).a libboc.TWL$(ARCHGEN_TYPE).a
else
LLIBRARIES += ../Release/libes.TWL$(ARCHGEN_TYPE).a ../Release/libboc.TWL$(ARCHGEN_TYPE).a
endif
#----------------------------------------------------------------------------