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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [tests-2/] [intrpt/] [Makefile] - Diff between revs 7 and 245

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

Rev 7 Rev 245
BUILD = ../../../build
BUILD = ../../../build
all:            intrpt.bin
all:            intrpt.bin
intrpt.bin:     intrpt.o
intrpt.bin:     intrpt.o
                $(BUILD)/bin/ld -h -rc 0xC0000000 -o intrpt.bin intrpt.o
                $(BUILD)/bin/ld -h -rc 0xC0000000 -o intrpt.bin intrpt.o
intrpt.o:       intrpt.s
intrpt.o:       intrpt.s
                $(BUILD)/bin/as -o intrpt.o intrpt.s
                $(BUILD)/bin/as -o intrpt.o intrpt.s
run:            intrpt.bin
run:            intrpt.bin
                $(BUILD)/bin/sim -t 1 -l intrpt.bin
                $(BUILD)/bin/sim -s 1 -t 0 -l intrpt.bin
 
 
clean:
clean:
                rm -f *~ intrpt.bin intrpt.o
                rm -f *~ intrpt.bin intrpt.o
 
 

powered by: WebSVN 2.1.0

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