From c4465b02b80fda951c71194de1265bb23098f09c Mon Sep 17 00:00:00 2001 From: bushing Date: Tue, 27 Jan 2009 04:32:03 -0800 Subject: [PATCH] change target names to the actual filenames we need --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4745615..18bd3a3 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ LIBS = -lgcc ELFLOADER = ../elfloader/elfloader.bin MAKEBIN = python ../makebin.py -TARGET = miniios.bin -ELF = miniios.elf +TARGET = iosboot.bin +ELF = iosboot.elf OBJECTS = start.o main.o ipc.o vsprintf.o string.o gecko.o memory.o memory_asm.o \ utils_asm.o utils.o ff.o diskio.o sdhc.o powerpc_elf.o powerpc.o panic.o irq.o irq_asm.o \ exception.o exception_asm.o crypto.o nand.o nandfs.o