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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [lib/] [Makefile] - Diff between revs 468 and 655

Show entire file | Details | Blame | View Log

Rev 468 Rev 655
Line 18... Line 18...
# Special rule to help simulation Makefile compile VMEMs from ELFs passed via
# Special rule to help simulation Makefile compile VMEMs from ELFs passed via
# the USER_ELF variable
# the USER_ELF variable
$(USER_ELF_BIN): $(USER_ELF)
$(USER_ELF_BIN): $(USER_ELF)
        $(Q)$(OR32_OBJCOPY) -O binary $< $@
        $(Q)$(OR32_OBJCOPY) -O binary $< $@
$(USER_ELF_VMEM): $(USER_ELF_BIN) $(UTILS_BIN2VMEM)
$(USER_ELF_VMEM): $(USER_ELF_BIN) $(UTILS_BIN2VMEM)
        $(Q)$(UTILS_BIN2VMEM) $< > $@
        $(Q)$(UTILS_BIN2VMEM) $< $(USER_ELF_VMEM_GEN_OPTS) > $@
gen-user-elf-vmem: $(USER_ELF_VMEM)
gen-user-elf-vmem: $(USER_ELF_VMEM)

powered by: WebSVN 2.1.0

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