URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [tests/] [uart/] [board/] [Makefile] - Rev 530
Go to most recent revision | Compare with Previous | Blame | View Log
SW_ROOT=../../..
include $(SW_ROOT)/Makefile.inc
%.dis: %.elf
$(Q)$(OR32_OBJDUMP) -d $< > $@
%.bin: %.elf
$(Q)$(OR32_OBJCOPY) -O binary $< $@
clean:
$(Q)rm -f *.elf *.bin *.vmem *.flashin *.dis
Go to most recent revision | Compare with Previous | Blame | View Log