- fixed Makefile
- rebuilt bootloader git-svn-id: http://moon:8086/svn/mips@9 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user