ROOT/buildをfirmware/buildへ移動。

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@239 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
nakasima 2009-01-29 10:48:37 +00:00
parent d81cc409cc
commit 0f44b70e27
62 changed files with 17 additions and 14 deletions

View File

@ -3,7 +3,7 @@
# Project: CtrFirm - build
# File: Makefile
#
# Copyright 2008 Nintendo. All rights reserved.
# Copyright 2008-2009 Nintendo. All rights reserved.
#
# These coded instructions, statements, and computer programs contain
# proprietary information of Nintendo of America Inc. and/or Nintendo
@ -21,7 +21,7 @@ include $(CTRFIRM_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
SUBDIRS = \
build \
firmware \
ifdef RVCT30BIN
SUBDIRS += \

View File

@ -11,8 +11,9 @@
# 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.
#
# $Log: $
# $NoKeywords: $
# $Date:: $
# $Rev$
# $Author$
#----------------------------------------------------------------------------
include $(CTRBROM_ROOT)/build/buildtools/commondefs

View File

@ -38,8 +38,8 @@ SRCS = \
include $(CTRBROM_ROOT)/build/buildtools/commondefs
SRCDIR += $(ROOT)/bootrom/build/libraries/init/ARM11 \
$(ROOT)/bootrom/build/libraries/init/common \
SRCDIR += $(BROM_ROOT)/build/libraries/init/ARM11 \
$(BROM_ROOT)/build/libraries/init/common \
INSTALL_DIR = ..
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN_BASENAME).axf

View File

@ -40,8 +40,8 @@ SRCS = \
include $(CTRBROM_ROOT)/build/buildtools/commondefs
SRCDIR += $(ROOT)/bootrom/build/libraries/init/ARM9 \
$(ROOT)/bootrom/build/libraries/init/common \
SRCDIR += $(BROM_ROOT)/build/libraries/init/ARM9 \
$(BROM_ROOT)/build/libraries/init/common \
INSTALL_DIR = ..
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN_BASENAME).axf

View File

@ -33,7 +33,7 @@ SRCS = \
include $(CTRBROM_ROOT)/build/buildtools/commondefs
SRCDIR += $(ROOT)/bootrom/build/tests/thread/ARM11
SRCDIR += $(BROM_ROOT)/build/tests/thread/ARM11
INSTALL_DIR = ..
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN_BASENAME).axf

View File

@ -35,7 +35,7 @@ SRCS = \
include $(CTRBROM_ROOT)/build/buildtools/commondefs
SRCDIR = $(ROOT)/bootrom/build/tests/thread/ARM9
SRCDIR = $(BROM_ROOT)/build/tests/thread/ARM9
INSTALL_DIR = ..
INSTALL_TARGETS = $(BINDIR)/$(TARGET_BIN_BASENAME).axf

View File

@ -5,15 +5,17 @@
# Please use 'source ./setup'.
#----------------------------------------------------------------
export CTRFIRM_ROOT=`cygpath -m $PWD`
export CTRBROM_ROOT=$CTRFIRM_ROOT/bootrom
export CTRSDK_ROOT=$CTRFIRM_ROOT
export CTRALL_ROOT=`cygpath -m $PWD`
export CTRBROM_ROOT=$CTRALL_ROOT/bootrom
export CTRFIRM_ROOT=$CTRALL_ROOT/firmware
export CTRSDK_ROOT=$CTRALL_ROOT/firmware
export CTR_PLATFORM='NE1EMU'
export BROM_PLATFORM=$CTR_PLATFORM
export CYGPATH_NOCMD='TRUE'
echo "Set CTRFIRM_ROOT: $CTRFIRM_ROOT"
echo "Set CTRALL_ROOT: $CTRALL_ROOT"
echo "Set CTRBROM_ROOT: $CTRBROM_ROOT"
echo "Set CTRFIRM_ROOT: $CTRFIRM_ROOT"
echo "Set CTRSDK_ROOT: $CTRSDK_ROOT"
echo "Set CTR_PLATFORM: $CTR_PLATFORM"
echo "Set CYGPATH_NOCMD: $CYGPATH_NOCMD"