#! make -f
#----------------------------------------------------------------------------
# Project:  NitroSDK - SPI - demos
# File:     Makefile
#
# Copyright 2003-2005 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.
#
# $Log: Makefile,v $
# Revision 1.16  2005/02/18 04:03:05  terui
# Update copyright
#
# Revision 1.15  2005/02/17 23:52:00  terui
# deleted spi-Monkey2_ferret
#
# Revision 1.14  2004/09/09 04:56:34  yasu
# add spiMonkey2_ferret
#
# Revision 1.13  2004/08/12 02:48:56  yasu
# Add spiMonkey2
#
# Revision 1.12  2004/08/03 01:55:20  yada
# add pm-1
#
# Revision 1.11  2004/06/18 06:55:53  yosizaki
# add mic-2 demo.
#
# Revision 1.10  2004/06/02 09:52:22  terui
# Add spiMonkey in SUBDIRS.
#
# Revision 1.9  2004/05/31 08:56:54  terui
# Add mic-1 in SUBDIRS.
#
# Revision 1.8  2004/05/21 01:22:31  terui
# Delete mic from DIRS.
#
# Revision 1.7  2004/05/19 04:18:58  terui
# Delete nvram
#
# Revision 1.6  2004/05/06 10:18:18  yasu
# Fixed typo
#
# Revision 1.5  2004/04/21 12:20:55  takano_makoto
# Add tp-1 and tp-2
#
# Revision 1.4  2004/04/14 06:32:02  terui
# Added Mic demo
#
# Revision 1.3  2004/04/07 01:39:33  yada
# Fixed header comment
#
# Revision 1.2  2004/04/05 04:50:10  terui
# Reconstruction with spi library.
#
# Revision 1.1  2004/03/29 04:53:29  terui
# initial upload
#
# $NoKeywords: $
#----------------------------------------------------------------------------

include	$(NITROSDK_ROOT)/build/buildtools/commondefs

#----------------------------------------------------------------------------

SUBDIRS		= tp-1 tp-2 mic-1 mic-2 \
		  spiMonkey spiMonkey2 pm-1

#----------------------------------------------------------------------------

include	$(NITROSDK_ROOT)/build/buildtools/modulerules


#===== End of Makefile =====

