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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [tests-2/] [format/] [Makefile] - Blame information for rev 7

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 hellwig
BUILD = ../../../build
2
 
3
all:            format.bin
4
 
5
format.bin:     format.o
6
                $(BUILD)/bin/ld -h -rc 0xC0000000 -o format.bin \
7
                  -m format.map format.o
8
 
9
format.o:       format.s
10
                $(BUILD)/bin/as -o format.o format.s
11
 
12
run:            format.bin
13
                $(BUILD)/bin/sim -i -l format.bin
14
 
15
clean:
16
                rm -f *~ format.map format.bin format.o

powered by: WebSVN 2.1.0

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