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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [monitor/] [monitor/] [copy/] [Makefile] - Blame information for rev 155

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

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