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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [bootrom/] [Makefile] - Rev 361

Go to most recent revision | Compare with Previous | Blame | View Log

# Makefile for bootROM Verilog

include ../Makefile.inc


all: bootrom.v

%.v: %.bin ../utils/bin2vlogarray
        $(Q)../utils/bin2vlogarray < $< > $@

%.dis: %.o
        $(Q)$(OR32_OBJDUMP) -d $< > $@

%.bin: %.o
        $(Q)$(OR32_OBJCOPY) -O binary $< $@

../utils/bin2vlogarray:
        $(Q)$(MAKE) -C ../utils bin2vlogarray

clean:
        $(Q)rm -f *.o *.bin *.hex *.in *.dis *.v

Go to most recent revision | 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.