OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [src_c/] [Makefile] - Rev 25

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

TOOLCHAIN:=${PRONOC_WORK}/toolchain
SUBDIRS = ihex2bin  ihex2mif  jtag  plot
BIN_FILES = ihex2bin/ihex2bin  ihex2mif/ihex2mif  jtag/jtag_main  
PRONOC_WORK_BIN := $(TOOLCHAIN)/bin


all: subdirs binfiles
        
subdirs:
        for dir in $(SUBDIRS); do \
                $(MAKE) -C $$dir; \
        done

binfiles: 
        
        mkdir -p $(PRONOC_WORK_BIN)
         cp -f $(BIN_FILES) $(PRONOC_WORK_BIN)

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.