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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [xilinx/] [s3adsp1800/] [sw/] [tests/] [ethmac/] [sim/] [Makefile] - Blame information for rev 568

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 568 julius
# Set the path to our board's root directory
2
BOARD_SW_ROOT=../../..
3
 
4
include $(BOARD_SW_ROOT)/Makefile.inc
5
 
6
%.dis: %.elf
7
        $(Q)$(OR32_OBJDUMP) -d $< > $@
8
 
9
%.bin: %.elf
10
        $(Q)$(OR32_OBJCOPY) -O binary $< $@
11
 
12
clean:
13
        $(Q)rm -f *.elf *.bin *.vmem *.flashin *.dis
14
 

powered by: WebSVN 2.1.0

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