URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [generic/] [ft/] [sw/] [tests/] [or1200ft/] [sim/] [Makefile] - Rev 483
Compare with Previous | Blame | View Log
BOARD_SW_ROOT=../../..
include $(BOARD_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