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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [apps/] [dhry/] [Makefile] - Blame information for rev 397

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 397 julius
SW_ROOT=../..
2 6 julius
 
3 397 julius
# Force it to be regenerated each time, as the NUM_RUNS is likely to be changed
4 6 julius
 
5
 
6 397 julius
include $(SW_ROOT)/Makefile.inc
7 6 julius
 
8 397 julius
NUM_RUNS ?= 10
9 363 julius
 
10 397 julius
OR32_CFLAGS+= -DNUM_RUNS=$(NUM_RUNS)
11 363 julius
 
12 354 julius
%.dis: %.elf
13
        $(Q)$(OR32_OBJDUMP) -d $< > $@
14 6 julius
 
15 354 julius
%.bin: %.elf
16
        $(Q)$(OR32_OBJCOPY) -O binary $< $@
17 6 julius
 
18 354 julius
clean:
19
        $(Q)rm -f *.elf *.bin *.vmem *.flashin *.dis
20 6 julius
 

powered by: WebSVN 2.1.0

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