From 35a2aa8698512ee940c42c56a78fec3f94e8f559 Mon Sep 17 00:00:00 2001 From: nakasima Date: Wed, 21 Jan 2009 07:27:38 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E5=8A=B9?= =?UTF-8?q?=E7=8E=87=E6=94=B9=E5=96=84=E3=81=AE=E3=81=9F=E3=82=81ELF?= =?UTF-8?q?=E3=81=AE=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E7=94=9F=E6=88=90=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@193 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/tests/thread/ARM11/Makefile | 2 +- trunk/bootrom/build/tests/thread/ARM9/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/bootrom/build/tests/thread/ARM11/Makefile b/trunk/bootrom/build/tests/thread/ARM11/Makefile index 5a18156..56a2c3c 100644 --- a/trunk/bootrom/build/tests/thread/ARM11/Makefile +++ b/trunk/bootrom/build/tests/thread/ARM11/Makefile @@ -25,7 +25,7 @@ SUBDIRS = #---------------------------------------------------------------------------- -TARGET_BIN = thread11.axf +TARGET_BIN = thread11.txt SRCS = \ main.c \ diff --git a/trunk/bootrom/build/tests/thread/ARM9/Makefile b/trunk/bootrom/build/tests/thread/ARM9/Makefile index 1f46879..23d63d8 100644 --- a/trunk/bootrom/build/tests/thread/ARM9/Makefile +++ b/trunk/bootrom/build/tests/thread/ARM9/Makefile @@ -27,7 +27,7 @@ SUBDIRS = #---------------------------------------------------------------------------- -TARGET_BIN = thread9.axf +TARGET_BIN = thread9.txt SRCS = \ main.c \