makelcf.TWL.exeのみを使うように修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@157 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2007-11-13 07:49:49 +00:00
parent c3f5260a77
commit b3e7757c54

View File

@ -267,13 +267,6 @@ FIRM_INSTALL_ADDINS := $(FIRM_INSTALL_ROOT)/add-ins
MACRO_FLAGS += -DFIRM_TARGET_$(FIRM_TARGET)
#----------------------------------------------------------------------------
# Makelcf change for build firmware
#
ifneq ($(filter FIRM GCDFIRM,$(FIRM_TARGET)),)
MAKELCF := $(TWLSDK_ROOT)/tools/bin/makelcf.exe
endif
#----------------------------------------------------------------------------
endif # TWLFIRM_COMMONDEFS_
#----- End of commondefs -----