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 \