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

Subversion Repositories eco32

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

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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