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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [tests/] [sdram/] [board/] [Makefile] - Blame information for rev 426

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 393 julius
SW_ROOT=../../..
2
include $(SW_ROOT)/Makefile.inc
3 349 julius
 
4 393 julius
OR32_CFLAGS += -I.
5
 
6 349 julius
%.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.