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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [bootrom/] [Makefile] - Blame information for rev 361

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

Line No. Rev Author Line
1 361 julius
# Makefile for bootROM Verilog
2
 
3
include ../Makefile.inc
4
 
5
 
6
all: bootrom.v
7
 
8
%.v: %.bin ../utils/bin2vlogarray
9
        $(Q)../utils/bin2vlogarray < $< > $@
10
 
11
%.dis: %.o
12
        $(Q)$(OR32_OBJDUMP) -d $< > $@
13
 
14
%.bin: %.o
15
        $(Q)$(OR32_OBJCOPY) -O binary $< $@
16
 
17
../utils/bin2vlogarray:
18
        $(Q)$(MAKE) -C ../utils bin2vlogarray
19
 
20
clean:
21
        $(Q)rm -f *.o *.bin *.hex *.in *.dis *.v
22
 

powered by: WebSVN 2.1.0

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