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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [binutils/] [tests-2/] [intrpt/] [Makefile] - Rev 245

Compare with Previous | Blame | View Log

BUILD = ../../../build

all:            intrpt.bin

intrpt.bin:     intrpt.o
                $(BUILD)/bin/ld -h -rc 0xC0000000 -o intrpt.bin intrpt.o

intrpt.o:       intrpt.s
                $(BUILD)/bin/as -o intrpt.o intrpt.s

run:            intrpt.bin
                $(BUILD)/bin/sim -s 1 -t 0 -l intrpt.bin

clean:
                rm -f *~ intrpt.bin intrpt.o

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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