URL
https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk
Subversion Repositories riscv_vhdl
[/] [riscv_vhdl/] [trunk/] [examples/] [helloworld/] [makefiles/] [makefile] - Rev 5
Compare with Previous | Blame | View Log
include makeutil.makTOP_DIR=../../OBJ_DIR = $(TOP_DIR)helloworld/makefiles/objELF_DIR = $(TOP_DIR)helloworld/makefiles/bin#-----------------------------------------------------------------------------.SILENT:TEA = 2>&1 | tee _$@-comp.errall: example$(ECHO) " All done.\n"example:$(ECHO) " Example application building started:"$(MKDIR) ./$(OBJ_DIR)$(MKDIR) ./$(ELF_DIR)make -f make_example TOP_DIR=$(TOP_DIR) OBJ_DIR=$(OBJ_DIR) ELF_DIR=$(ELF_DIR) $@ $(TEA)
