diff --git a/trunk/bootrom/build/Makefile b/trunk/bootrom/build/Makefile index cd411cd..d3007af 100644 --- a/trunk/bootrom/build/Makefile +++ b/trunk/bootrom/build/Makefile @@ -23,6 +23,7 @@ include $(CTRBROM_ROOT)/build/buildtools/commondefs SUBDIRS = \ $(CTRFIRM_ROOT)/build/buildsetup \ libraries \ + bootrom \ #---------------------------------------------------------------------------- diff --git a/trunk/bootrom/build/bootrom/Makefile b/trunk/bootrom/build/bootrom/Makefile new file mode 100644 index 0000000..1a91504 --- /dev/null +++ b/trunk/bootrom/build/bootrom/Makefile @@ -0,0 +1,31 @@ +#! make -f +#---------------------------------------------------------------------------- +# Project: CtrBrom - bootrom +# File: Makefile +# +# Copyright 2008 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$ +#---------------------------------------------------------------------------- + +include $(CTRBROM_ROOT)/build/buildtools/commondefs + +#---------------------------------------------------------------------------- + +SUBDIRS = \ + ctr_bootrom \ + +#---------------------------------------------------------------------------- + +include $(CTRBROM_ROOT)/build/buildtools/modulerules + + +#===== End of Makefile ===== diff --git a/trunk/bootrom/build/libraries/Makefile b/trunk/bootrom/build/libraries/Makefile index 79d89ab..973826e 100644 --- a/trunk/bootrom/build/libraries/Makefile +++ b/trunk/bootrom/build/libraries/Makefile @@ -23,7 +23,6 @@ include $(CTRBROM_ROOT)/build/buildtools/commondefs SUBDIRS = \ init \ - #---------------------------------------------------------------------------- include $(CTRBROM_ROOT)/build/buildtools/modulerules