rename crt0.o to crt0_firm.o

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@21 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2007-09-11 01:45:44 +00:00
parent 13694bdc7c
commit ac4d8342d4
4 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,9 @@ FIRM_CODEGEN_ALL ?= TRUE
# Codegen for sub processer
FIRM_PROC = ARM7
SRCS = crt0.c \
SRCS = crt0_firm.c \
TARGET_OBJ = crt0.o
TARGET_OBJ = crt0_firm.o
#----------------------------------------------------------------------------

View File

@ -25,9 +25,9 @@ SUBDIRS =
# build ARM & THUMB libraries
FIRM_CODEGEN_ALL ?= TRUE
SRCS = crt0.c \
SRCS = crt0_firm.c \
TARGET_OBJ = crt0.o
TARGET_OBJ = crt0_firm.o
#----------------------------------------------------------------------------