- fixed Makefile

- rebuilt bootloader

git-svn-id: http://moon:8086/svn/mips@9 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-15 04:58:53 +00:00
parent c5e9bbdbe2
commit 97c6861cff
10 changed files with 5851 additions and 6156 deletions
+2 -1
View File
@@ -25,6 +25,7 @@ CC=mipsel-elf-gcc
LD=mipsel-elf-ld
OBJDUMP=mipsel-elf-objdump
OBJCOPY=mipsel-elf-objcopy
ROMGEN=$(MIPS_HOME)/tools/romgen
.PHONY: libsys
@@ -51,7 +52,7 @@ bootloader_flash: libsys bootloader_with_flash.c
$(OBJDUMP) -d $@.elf > $@.dis
$(OBJCOPY) $@.elf -O binary $@.ROM.bin
$(OBJCOPY) -O srec $@.elf $@.srec
romgen $@.ROM.bin 11 $(ENDIAN_FLAGS)
$(ROMGEN) $@.ROM.bin 11 $(ENDIAN_FLAGS)
clean:
rm -rf *.o *.bin *.map *.dis *.srec *.elf *.vhd* *.tcl bootloader > /dev/null