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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [monitor/] [monitor/] [copy/] [Makefile] - Diff between revs 62 and 64

Show entire file | Details | Blame | View Log

Rev 62 Rev 64
Line 2... Line 2...
# Makefile for ROM-to-RAM copy program
# Makefile for ROM-to-RAM copy program
#
#
 
 
BUILD = ../../../build
BUILD = ../../../build
 
 
.PHONY:         all clean
.PHONY:         all install clean
 
 
all:            copy.bin
all:            copy.bin
 
 
 
install:        copy.bin
 
 
copy.bin:       copy.o
copy.bin:       copy.o
                $(BUILD)/bin/ld -o copy.bin -m copy.map \
                $(BUILD)/bin/ld -o copy.bin -m copy.map \
                  -h -rc 0xE0000000 copy.o
                  -h -rc 0xE0000000 copy.o
 
 
copy.o:         copy.s
copy.o:         copy.s

powered by: WebSVN 2.1.0

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