mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-06-19 09:15:32 -04:00
NE1EMUビルド修正。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@267 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
77e0ee651a
commit
6d5e6e251a
@ -29,7 +29,7 @@ SUBDIRS = \
|
|||||||
|
|
||||||
ifeq ($(BROM_PLATFORM),NE1EMU)
|
ifeq ($(BROM_PLATFORM),NE1EMU)
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS += \
|
||||||
nand \
|
nand \
|
||||||
|
|
||||||
endif # ($(BROM_PLATFORM),NE1EMU)
|
endif # ($(BROM_PLATFORM),NE1EMU)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - bootrom
|
# Project: CtrBrom - tests
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2009 Nintendo. All rights reserved.
|
# Copyright 2009 Nintendo. All rights reserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - bootrom - nand
|
# Project: CtrBrom - tests - nand
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - bootrom - nand
|
# Project: CtrBrom - tests - nand
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - build
|
# Project: CtrBrom - tests
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2009 Nintendo. All rights reserved.
|
# Copyright 2009 Nintendo. All rights reserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - bootrom - thread
|
# Project: CtrBrom - tests - thread
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - bootrom - thread
|
# Project: CtrBrom - tests - thread
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - build
|
# Project: CtrBrom - tests
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2009 Nintendo. All rights reserved.
|
# Copyright 2009 Nintendo. All rights reserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - bootrom - vfp
|
# Project: CtrBrom - tests - vfp
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - bootrom - vfp
|
# Project: CtrBrom - tests - vfp
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2008 Nintendo. All rights reserved.
|
# Copyright 2008 Nintendo. All rights reserved.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! make -f
|
#! make -f
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Project: CtrBrom - build
|
# Project: CtrBrom - tests
|
||||||
# File: Makefile
|
# File: Makefile
|
||||||
#
|
#
|
||||||
# Copyright 2009 Nintendo. All rights reserved.
|
# Copyright 2009 Nintendo. All rights reserved.
|
||||||
|
Loading…
Reference in New Issue
Block a user