arm9側のcrt0を念のため持っていたが、特に改造する必要がなかったのでデフォルトのものを使用するように

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1977 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2008-07-24 05:59:17 +00:00
parent d30b65aac1
commit 6f2ae38838
6 changed files with 1 additions and 2229 deletions

View File

@ -32,7 +32,6 @@ TARGET_BIN = $(TARGET_NAME).tad
TITLEID_LO = CTMP
ROM_SPEC = main.rsf
LCFILE_TEMPLATE = hct.lcf.template
MISC_DIR = $(SYSMENU_ROOT)/build/systemMenu_RED/misc
@ -40,9 +39,6 @@ SRCS = main.c HashCheckTemplate.c \
$(MISC_DIR)/src/misc.c $(MISC_DIR)/src/cmn.c
LINCLUDES = $(MISC_DIR)/include
LLIBRARY_DIRS += ../crt/ARM9/obj/ARM9-TS.HYB/$(TWL_BUILD_DIR)
CRT0_O = crt0_hct.FLX.TWL.o
MAKEROM_FLAGS += -F -DTITLEID_LO='$(TITLEID_LO)'

File diff suppressed because it is too large Load Diff

View File

@ -1,54 +0,0 @@
#! make -f
#----------------------------------------------------------------------------
# Project: TwlSDK - libraries - init - ARM9.TWL
# File: Makefile.FLX
#
# Copyright 2007 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
# Company Ltd., and are protected by Federal copyright law. They may
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date:: $
# $Rev$
# $Author$
#----------------------------------------------------------------------------
override TARGET_PLATFORM = TWL
# Codegen for main processer
override TWL_PROC = ARM9
# Avoid to build THUMB version object
override TWL_CODEGEN = ARM
# Avoid to build LIMITED version object
override TWL_ARCHGEN = HYBRID
# Avoid to use pre-compile-header of "nitro.h"
TWL_NO_STD_PCHDR = True
# build ARM & THUMB libraries
TWL_CODEGEN ?= ALL
SRCDIR = src
INCDIR = ../common/include
SRCS = crt0_hct.FLX.c
TARGET_OBJ = crt0_hct.FLX.TWL.o
include $(TWLSDK_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
include $(TWLSDK_ROOT)/build/buildtools/modulerules
#----------------------------------------------------------------------------
do-build: $(TARGETS)
$(OBJDIR)/$(TARGET_OBJ): $(OBJDIR)/$(SRCS:.c=.o)
$(CP) $< $@
#===== End of Makefile =====

View File

@ -1,54 +0,0 @@
#! make -f
#----------------------------------------------------------------------------
# Project: TwlSDK - libraries - init - ARM9.TWL
# File: Makefile.FLX
#
# Copyright 2007 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
# Company Ltd., and are protected by Federal copyright law. They may
# not be disclosed to third parties or copied or duplicated in any form,
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date:: $
# $Rev$
# $Author$
#----------------------------------------------------------------------------
override TARGET_PLATFORM = TWL
# Codegen for main processer
override TWL_PROC = ARM9
# Avoid to build THUMB version object
override TWL_CODEGEN = ARM
# Avoid to build LIMITED version object
override TWL_ARCHGEN = HYBRID
# Avoid to use pre-compile-header of "nitro.h"
TWL_NO_STD_PCHDR = True
# build ARM & THUMB libraries
TWL_CODEGEN ?= ALL
SRCDIR = src
INCDIR = ../common/include
SRCS = crt0_hct.FLX.c
TARGET_OBJ = crt0_hct.FLX.TWL.o
include $(TWLSDK_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
include $(TWLSDK_ROOT)/build/buildtools/modulerules
#----------------------------------------------------------------------------
do-build: $(TARGETS)
$(OBJDIR)/$(TARGET_OBJ): $(OBJDIR)/$(SRCS:.c=.o)
$(CP) $< $@
#===== End of Makefile =====

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
SUBDIRS = ARM9 ARM7
SUBDIRS = ARM7
#----------------------------------------------------------------------------