OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [tests/] [ethmac/] [sim/] [Makefile] - Blame information for rev 530

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 403 julius
SW_ROOT=../../..
2 44 julius
 
3 403 julius
include $(SW_ROOT)/Makefile.inc
4
 
5 349 julius
%.dis: %.elf
6
        $(Q)$(OR32_OBJDUMP) -d $< > $@
7 44 julius
 
8 349 julius
%.bin: %.elf
9
        $(Q)$(OR32_OBJCOPY) -O binary $< $@
10 44 julius
 
11 349 julius
clean:
12
        $(Q)rm -f *.elf *.bin *.vmem *.flashin *.dis
13 403 julius
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.