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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [boards/] [actel/] [ordb1a3pe1500/] [sw/] [tests/] [usbhostslave/] [sim/] [Makefile] - Blame information for rev 408

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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