support TWL_PRIVATE.

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@226 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
nakasima 2007-08-08 09:49:54 +00:00
parent f39dcc16df
commit 58ab7a4dd6
8 changed files with 62 additions and 13 deletions

View File

@ -0,0 +1,21 @@
#! make -f
#----------------------------------------------------------------------------
# Project: TwlSDK - @privatedefs
# File: Makefile
#
# Copyright 2007 Nintendo. All rights reserved.
#
# These coded insructions, 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:: 2007-07-31#$
# $Rev: 387 $
# $Author: terui $
#----------------------------------------------------------------------------
TWL_WITH_ARM7 := TRUE
#===== End of @privatedefs =====

View File

@ -0,0 +1,21 @@
#! make -f
#----------------------------------------------------------------------------
# Project: TwlSDK - _privatedefs
# File: Makefile
#
# Copyright 2007 Nintendo. All rights reserved.
#
# These coded insructions, 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:: 2007-07-31#$
# $Rev: 387 $
# $Author: terui $
#----------------------------------------------------------------------------
TWL_PRIVATE := TRUE
#===== End of _privatedefs =====

View File

@ -229,16 +229,6 @@ include $(NITROSDK_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
ifeq ($(NITRO_PRIVATE),TRUE)
TWL_PRIVATE := TRUE
endif
ifeq ($(NITRO_WITH_ARM7),TRUE)
TWL_WITH_ARM7 := TRUE
endif
#----------------------------------------------------------------------------
### Global Library resettings
GINCLUDES := $(TWL_INCDIR) $(GINCLUDES)
@ -265,6 +255,13 @@ TWL_INSTALL_COMPONENTSDIR := $(TWL_INSTALL_ROOT)/components
TWL_INSTALL_ADDINS := $(TWL_INSTALL_ROOT)/add-ins
#----------------------------------------------------------------------------
# PRIVATE FLAGS
#
-include $(TWL_BUILDTOOLSDIR)/_privatedefs
-include $(TWL_BUILDTOOLSDIR)/@privatedefs
#----------------------------------------------------------------------------
# Compiler flags
#

View File

@ -25,7 +25,6 @@ SUBDIRS = \
os \
pxi \
mi \
vlink \
spi \
ctrdg \
aes \
@ -33,13 +32,19 @@ SUBDIRS = \
cdc \
snd \
camera \
cs \
fatfs \
devices \
dsp \
el \
sample_dll \
ifdef TWL_PRIVATE
SUBDIRS += \
vlink \
cs \
fatfs \
endif
#----------------------------------------------------------------------------
export NITRO_BLXCHECKED = yes

0
build/libraries/cs/_ Normal file
View File

View File

@ -21,8 +21,13 @@ include $(TWLSDK_ROOT)/build/buildtools/commondefs
#----------------------------------------------------------------------------
SUBDIRS = \
ifdef TWL_PRIVATE
SUBDIRS += \
sdmc \
endif
#----------------------------------------------------------------------------
export NITRO_BLXCHECKED = yes

View File

0
build/libraries/fatfs/_ Normal file
View File