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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.23/] [monitor/] [monitor/] [copy/] [Makefile] - Diff between revs 64 and 157

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 64 Rev 157
#
#
# Makefile for ROM-to-RAM copy program
# Makefile for ROM-to-RAM copy program
#
#
BUILD = ../../../build
BUILD = ../../../build
.PHONY:         all install clean
.PHONY:         all install clean
all:            copy.bin
all:            copy.bin
install:        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
                $(BUILD)/bin/as -o copy.o copy.s
                $(BUILD)/bin/as -o copy.o copy.s
clean:
clean:
                rm -f *~ copy.o copy.bin copy.map
                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.