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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [tests-2/] [intrpt/] [Makefile] - Blame information for rev 245

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 hellwig
BUILD = ../../../build
2
 
3
all:            intrpt.bin
4
 
5
intrpt.bin:     intrpt.o
6
                $(BUILD)/bin/ld -h -rc 0xC0000000 -o intrpt.bin intrpt.o
7
 
8
intrpt.o:       intrpt.s
9
                $(BUILD)/bin/as -o intrpt.o intrpt.s
10
 
11
run:            intrpt.bin
12 245 hellwig
                $(BUILD)/bin/sim -s 1 -t 0 -l intrpt.bin
13 7 hellwig
 
14
clean:
15
                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.