change target names to the actual filenames we need

This commit is contained in:
bushing 2009-01-27 04:32:03 -08:00
parent 3bfca0ca64
commit c4465b02b8

View File

@ -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