URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [bootrom/] [Makefile] - Rev 440
Go to most recent revision | Compare with Previous | Blame | View Log
# Makefile for bootROM VerilogSW_ROOT=..include $(SW_ROOT)/Makefile.incall: bootrom.v%.v: %.bin $(SW_ROOT)/utils/bin2vlogarray$(Q)$(SW_ROOT)/utils/bin2vlogarray < $< > $@%.dis: %.o$(Q)$(OR32_OBJDUMP) -d $< > $@%.bin: %.o$(Q)$(OR32_OBJCOPY) -O binary $< $@$(SW_ROOT)/utils/bin2vlogarray:$(Q)$(MAKE) -C $(SW_ROOT)/utils bin2vlogarrayclean:$(Q)rm -f *.o *.bin *.hex *.in *.dis *.v
Go to most recent revision | Compare with Previous | Blame | View Log
