make 3.81対応

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@515 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2008-01-25 02:35:20 +00:00
parent 9e88a824aa
commit c438fae7ea
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ TARGET_BIN = main.srl
ROM_SPEC = main.rsf
MISC_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/misc
MISC_DIR = $(SYSMENU_ROOT)/build/systemMenu_RED/misc
SRCS = main.c ExecTmpApp.c \
$(MISC_DIR)/src/misc.c $(MISC_DIR)/src/cmn.c

View File

@ -30,7 +30,7 @@ TARGET_BIN = simple.srl
ROM_SPEC = main.rsf
MISC_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_RED/misc
MISC_DIR = $(SYSMENU_ROOT)/build/systemMenu_RED/misc
SRCS = main.c SimpleApp.c \
$(MISC_DIR)/src/misc.c $(MISC_DIR)/src/cmn.c

View File

@ -20,7 +20,7 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
SUBDIRS = RelocateChecker AppliCooperation ExecPreLoadedApp
SUBDIRS = RelocateChecker AppliCooperation ExecPreLoadedApp ExecTmpApp
#----------------------------------------------------------------------------