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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [fpga/] [tests/] [test_053/] [copy/] [Makefile] - Blame information for rev 295

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 295 hellwig
#
2
# Makefile for ROM-to-RAM copy program
3
#
4
 
5
BUILD = ../../../../build
6
 
7
.PHONY:         all install clean
8
 
9
all:            copy.bin
10
 
11
install:        copy.bin
12
 
13
copy.bin:       copy.o size.o
14
                $(BUILD)/bin/ld -o copy.bin -m copy.map \
15
                  -h -rc 0xE0000000 copy.o size.o
16
 
17
copy.o:         copy.s
18
                $(BUILD)/bin/as -o copy.o copy.s
19
 
20
size.o:         ../size.s
21
                $(BUILD)/bin/as -o size.o ../size.s
22
 
23
clean:
24
                rm -f *~ copy.o size.o copy.bin copy.map

powered by: WebSVN 2.1.0

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